summaryrefslogtreecommitdiff
path: root/boost/interprocess/containers/pair.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/interprocess/containers/pair.hpp')
-rw-r--r--boost/interprocess/containers/pair.hpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/boost/interprocess/containers/pair.hpp b/boost/interprocess/containers/pair.hpp
index 2ca631db4a..62a1453284 100644
--- a/boost/interprocess/containers/pair.hpp
+++ b/boost/interprocess/containers/pair.hpp
@@ -11,7 +11,11 @@
#ifndef BOOST_INTERPROCESS_CONTAINERS_PAIR_HPP
#define BOOST_INTERPROCESS_CONTAINERS_PAIR_HPP
-#if defined(_MSC_VER)
+#ifndef BOOST_CONFIG_HPP
+# include <boost/config.hpp>
+#endif
+#
+#if defined(BOOST_HAS_PRAGMA_ONCE)
# pragma once
#endif