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 bff94af..ec0419f 100644 --- a/test/fp_util_test.cpp +++ b/test/fp_util_test.cpp @@ -1,5 +1,5 @@ #define PUT(x) std::cout << #x "=" << (x) << std::endl -#include <mcl/conversion.hpp> +#include "../src/conversion.hpp" #include <cybozu/test.hpp> CYBOZU_TEST_AUTO(toStr16) |