diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2018-12-10 09:06:26 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2018-12-10 17:32:34 +0800 |
commit | 08c1906ecf95ea18663593df94aadec538dbb715 (patch) | |
tree | 6e81840d080ae8635ae42ee8dff7445f2edf17c4 /src/bls_c_impl.hpp | |
parent | a12b591baf15ca71f868fe68eb5f15830e93247a (diff) | |
download | dexon-bls-08c1906ecf95ea18663593df94aadec538dbb715.tar dexon-bls-08c1906ecf95ea18663593df94aadec538dbb715.tar.gz dexon-bls-08c1906ecf95ea18663593df94aadec538dbb715.tar.bz2 dexon-bls-08c1906ecf95ea18663593df94aadec538dbb715.tar.lz dexon-bls-08c1906ecf95ea18663593df94aadec538dbb715.tar.xz dexon-bls-08c1906ecf95ea18663593df94aadec538dbb715.tar.zst dexon-bls-08c1906ecf95ea18663593df94aadec538dbb715.zip |
fix include path
Diffstat (limited to 'src/bls_c_impl.hpp')
-rw-r--r-- | src/bls_c_impl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bls_c_impl.hpp b/src/bls_c_impl.hpp index 91ecad8..dc4c998 100644 --- a/src/bls_c_impl.hpp +++ b/src/bls_c_impl.hpp @@ -4,7 +4,7 @@ #include <bls/bls.h> #if 1 -#include "../mcl/src/bn_c_impl.hpp" +#include "bn_c_impl.hpp" #else #if MCLBN_FP_UNIT_SIZE == 4 && MCLBN_FR_UNIT_SIZE == 4 #include <mcl/bn256.hpp> |