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