From ee793eae326054a0ac75af97ab87ec54b8e8ef09 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Thu, 30 Aug 2018 23:22:56 +0900 Subject: [PATCH] include lagrange.hpp in bench.hpp --- test/bench.hpp | 2 ++ test/bn384_test.cpp | 1 - test/bn512_test.cpp | 1 - test/bn_test.cpp | 1 - 4 files changed, 2 insertions(+), 3 deletions(-) diff --git a/test/bench.hpp b/test/bench.hpp index 009bad1..494042b 100644 --- a/test/bench.hpp +++ b/test/bench.hpp @@ -1,3 +1,5 @@ +#include + void testBench(const G1& P, const G2& Q) { G1 Pa; diff --git a/test/bn384_test.cpp b/test/bn384_test.cpp index 8bb45b2..b5674a9 100644 --- a/test/bn384_test.cpp +++ b/test/bn384_test.cpp @@ -5,7 +5,6 @@ #include #include #include -#include using namespace mcl::bn384; diff --git a/test/bn512_test.cpp b/test/bn512_test.cpp index 8736377..905bfd3 100644 --- a/test/bn512_test.cpp +++ b/test/bn512_test.cpp @@ -5,7 +5,6 @@ #include #include #include -#include using namespace mcl::bn512; diff --git a/test/bn_test.cpp b/test/bn_test.cpp index 96ba6e1..929e235 100644 --- a/test/bn_test.cpp +++ b/test/bn_test.cpp @@ -6,7 +6,6 @@ cybozu::CpuClock clk; #include #include #include -#include #if defined(__EMSCRIPTEN__) && !defined(MCL_AVOID_EXCEPTION_TEST) #define MCL_AVOID_EXCEPTION_TEST