diff options
Diffstat (limited to 'test/conversion_test.cpp')
-rw-r--r-- | test/conversion_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/conversion_test.cpp b/test/conversion_test.cpp index 41b4203..0f39907 100644 --- a/test/conversion_test.cpp +++ b/test/conversion_test.cpp @@ -1,5 +1,5 @@ #include <cybozu/test.hpp> -#include "../src/conversion.hpp" +#include <mcl/conversion.hpp> CYBOZU_TEST_AUTO(arrayToDec) { |