]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/interprocess/test/mapped_file_test.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / interprocess / test / mapped_file_test.cpp
index 9d19977aa9c5848d5c3582dd432a18dc1bcaf6a2..0d70dfb90fdbd667934a8ac63e30d961357f9b7e 100644 (file)
@@ -7,9 +7,10 @@
 // See http://www.boost.org/libs/interprocess for documentation.
 //
 //////////////////////////////////////////////////////////////////////////////
+#include <boost/interprocess/detail/workaround.hpp>
+
 #if defined(BOOST_INTERPROCESS_MAPPED_FILES)
 
-#include <boost/interprocess/detail/config_begin.hpp>
 #include <boost/interprocess/allocators/allocator.hpp>
 #include <boost/interprocess/containers/vector.hpp>
 #include <boost/interprocess/detail/file_wrapper.hpp>
@@ -88,8 +89,6 @@ int main ()
    return 0;
 }
 
-#include <boost/interprocess/detail/config_end.hpp>
-
 #else //#if !defined(BOOST_INTERPROCESS_MAPPED_FILES)
 
 int main()