diff --git a/test/buffer_test.cpp b/test/buffer_test.cpp index c9742be..a04396e 100644 --- a/test/buffer_test.cpp +++ b/test/buffer_test.cpp @@ -15,6 +15,7 @@ #include #include #include +#include #include #include @@ -114,7 +115,7 @@ namespace big_uint64_buf_t bu64(0x010203040506070ULL); little_uint64_buf_t lu64(0x010203040506070ULL); - uint64_t x; + boost::uint64_t x; std::stringstream ss;