summaryrefslogtreecommitdiff
path: root/boost/move/detail/move_helpers.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/move/detail/move_helpers.hpp')
-rw-r--r--boost/move/detail/move_helpers.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/boost/move/detail/move_helpers.hpp b/boost/move/detail/move_helpers.hpp
index 78d98ea416..f4fd26c154 100644
--- a/boost/move/detail/move_helpers.hpp
+++ b/boost/move/detail/move_helpers.hpp
@@ -12,6 +12,14 @@
#ifndef BOOST_MOVE_MOVE_HELPERS_HPP
#define BOOST_MOVE_MOVE_HELPERS_HPP
+#ifndef BOOST_CONFIG_HPP
+# include <boost/config.hpp>
+#endif
+#
+#if defined(BOOST_HAS_PRAGMA_ONCE)
+# pragma once
+#endif
+
#include <boost/move/utility_core.hpp>
#include <boost/move/detail/meta_utils.hpp>