aboutsummaryrefslogtreecommitdiffstats
path: root/test/fp_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/fp_test.cpp')
-rw-r--r--test/fp_test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/fp_test.cpp b/test/fp_test.cpp
index e9b9e7b..7674099 100644
--- a/test/fp_test.cpp
+++ b/test/fp_test.cpp
@@ -2,7 +2,8 @@
#define CYBOZU_TEST_DISABLE_AUTO_RUN
#include <cybozu/test.hpp>
#include <mcl/fp.hpp>
-#include "../src/fp_proto.hpp"
+#include "../src/low_func.hpp"
+#include "../src/proto.hpp"
#include <time.h>
#include <cybozu/benchmark.hpp>
#include <cybozu/option.hpp>