summaryrefslogtreecommitdiff
path: root/boost/interprocess/containers/containers_fwd.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/interprocess/containers/containers_fwd.hpp')
-rw-r--r--boost/interprocess/containers/containers_fwd.hpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/boost/interprocess/containers/containers_fwd.hpp b/boost/interprocess/containers/containers_fwd.hpp
index 4175390599..9620a92ee9 100644
--- a/boost/interprocess/containers/containers_fwd.hpp
+++ b/boost/interprocess/containers/containers_fwd.hpp
@@ -13,7 +13,11 @@
#if !defined(BOOST_INTERPROCESS_DOXYGEN_INVOKED)
-#if defined(_MSC_VER)
+#ifndef BOOST_CONFIG_HPP
+# include <boost/config.hpp>
+#endif
+#
+#if defined(BOOST_HAS_PRAGMA_ONCE)
# pragma once
#endif