diff options
Diffstat (limited to 'test/fp_util_test.cpp')
-rw-r--r-- | test/fp_util_test.cpp | 2 |
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> |