aboutsummaryrefslogtreecommitdiffstats
path: root/src/bls.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bls.cpp')
-rw-r--r--src/bls.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bls.cpp b/src/bls.cpp
index dd8a1b2..01a6ae9 100644
--- a/src/bls.cpp
+++ b/src/bls.cpp
@@ -8,7 +8,7 @@
#include <cybozu/random_generator.hpp>
#include <vector>
#include <string>
-#include <bls.hpp>
+#include <bls/bls.hpp>
#if BLS_MAX_OP_UNIT_SIZE == 4
#include <mcl/bn256.hpp>
using namespace mcl::bn256;