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