]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/atomic/detail/intptr.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / atomic / detail / intptr.hpp
index 301233a3e104aced6282cd7b42673d19528b48fb..e8e30c7f32530d8b0be6252c1c552bebf92c20be 100644 (file)
@@ -19,6 +19,7 @@
 #include <cstddef>
 #endif
 #include <boost/atomic/detail/config.hpp>
+#include <boost/atomic/detail/header.hpp>
 
 #ifdef BOOST_HAS_PRAGMA_ONCE
 #pragma once
@@ -40,4 +41,6 @@ typedef std::ptrdiff_t intptr_t;
 } // namespace atomics
 } // namespace boost
 
+#include <boost/atomic/detail/footer.hpp>
+
 #endif // BOOST_ATOMIC_DETAIL_INTPTR_HPP_INCLUDED_