aboutsummaryrefslogtreecommitdiffstats
path: root/test/base_test.cpp
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2016-03-16 10:52:46 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2016-03-16 10:52:46 +0800
commit7c5640b2bc429475e0b9d112d78e17217a9541c8 (patch)
tree1778c8f1c679487c15c2cfe1ffd02bd1932020f6 /test/base_test.cpp
parenta5dbd60af6ce1d1c62b1ad034ba89ffd4e264b80 (diff)
downloadtangerine-mcl-7c5640b2bc429475e0b9d112d78e17217a9541c8.tar.gz
tangerine-mcl-7c5640b2bc429475e0b9d112d78e17217a9541c8.tar.zst
tangerine-mcl-7c5640b2bc429475e0b9d112d78e17217a9541c8.zip
mov fp_generator from include to src
Diffstat (limited to 'test/base_test.cpp')
-rw-r--r--test/base_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/base_test.cpp b/test/base_test.cpp
index 6f23dcc..30410c2 100644
--- a/test/base_test.cpp
+++ b/test/base_test.cpp
@@ -8,7 +8,7 @@
#include <mcl/conversion.hpp>
#include <mcl/fp.hpp>
-#include <mcl/fp_generator.hpp>
+#include "fp_generator.hpp"
#if (CYBOZU_HOST == CYBOZU_HOST_INTEL) && (CYBOZU_OS_BIT == 64)
#define USE_XBYAK
static mcl::FpGenerator fg;