diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2018-08-30 17:26:12 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2018-08-30 17:26:12 +0800 |
commit | b73bac2077d42082002b3c48bac31f13269879d7 (patch) | |
tree | 0282160015b64980e5170428174a8f1f136da5ea | |
parent | 5f6dfb04e1114f0696781f51edcb59535d38ccb3 (diff) | |
download | tangerine-mcl-b73bac2077d42082002b3c48bac31f13269879d7.tar.gz tangerine-mcl-b73bac2077d42082002b3c48bac31f13269879d7.tar.zst tangerine-mcl-b73bac2077d42082002b3c48bac31f13269879d7.zip |
add necessary header
-rw-r--r-- | test/bn_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/bn_test.cpp b/test/bn_test.cpp index 929e235..96ba6e1 100644 --- a/test/bn_test.cpp +++ b/test/bn_test.cpp @@ -6,6 +6,7 @@ cybozu::CpuClock clk; #include <mcl/bn256.hpp> #include <cybozu/option.hpp> #include <cybozu/xorshift.hpp> +#include <mcl/lagrange.hpp> #if defined(__EMSCRIPTEN__) && !defined(MCL_AVOID_EXCEPTION_TEST) #define MCL_AVOID_EXCEPTION_TEST |