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