aboutsummaryrefslogtreecommitdiffstats
path: root/test/fp_util_test.cpp
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2018-05-19 09:32:27 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2018-05-19 09:32:27 +0800
commit9d2327edd4c3b03dbfc58e0bd1d1ae3eaa66a260 (patch)
treeac6961301e1559747a9aeed2f1ea1e0e24ae3c9c /test/fp_util_test.cpp
parent09a998993fbd41643ba552751a9a7fd235c25ded (diff)
downloadtangerine-mcl-9d2327edd4c3b03dbfc58e0bd1d1ae3eaa66a260.tar.gz
tangerine-mcl-9d2327edd4c3b03dbfc58e0bd1d1ae3eaa66a260.tar.zst
tangerine-mcl-9d2327edd4c3b03dbfc58e0bd1d1ae3eaa66a260.zip
conversion.hpp to include/mcl
Diffstat (limited to 'test/fp_util_test.cpp')
-rw-r--r--test/fp_util_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fp_util_test.cpp b/test/fp_util_test.cpp
index c516274..3e77b3b 100644
--- a/test/fp_util_test.cpp
+++ b/test/fp_util_test.cpp
@@ -1,6 +1,6 @@
#define PUT(x) std::cout << #x "=" << (x) << std::endl
-#include "../src/conversion.hpp"
#include <cybozu/test.hpp>
+#include <mcl/conversion.hpp>
#include <mcl/gmp_util.hpp>
#include <mcl/fp.hpp>