diff --git a/test/endian_operations_test.cpp b/test/endian_operations_test.cpp index cdd0872..3c3c53d 100644 --- a/test/endian_operations_test.cpp +++ b/test/endian_operations_test.cpp @@ -34,6 +34,7 @@ #include #include #include +#include #include #include #include @@ -336,7 +337,7 @@ void test_inserter_and_extractor() be::big_uint64_t bu64(0x010203040506070ULL); be::little_uint64_t lu64(0x010203040506070ULL); - uint64_t x; + boost::uint64_t x; std::stringstream ss;