]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/endian/test/deprecated_test.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / endian / test / deprecated_test.cpp
index e4417f62816166533f2fecec2e2d2403a6daea96..3fc0a627358c3ddf7abee94c24760910d9a1419f 100644 (file)
@@ -15,6 +15,7 @@
 #include <boost/endian/endian.hpp>
 #include <boost/detail/lightweight_main.hpp>
 #include <boost/core/lightweight_test.hpp>
+#include <boost/cstdint.hpp>
 #include <iostream>
 #include <sstream>
 
@@ -115,7 +116,7 @@ namespace
     ubig64_t bu64(0x010203040506070ULL);
     ulittle64_t lu64(0x010203040506070ULL);
 
-    uint64_t x;
+    boost::uint64_t x;
 
     std::stringstream ss;