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