summaryrefslogtreecommitdiff
path: root/boost/move/move.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/move/move.hpp')
-rw-r--r--boost/move/move.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/boost/move/move.hpp b/boost/move/move.hpp
index 5a22d316fc..62dddbc954 100644
--- a/boost/move/move.hpp
+++ b/boost/move/move.hpp
@@ -17,6 +17,14 @@
#ifndef BOOST_MOVE_MOVE_HPP
#define BOOST_MOVE_MOVE_HPP
+#ifndef BOOST_CONFIG_HPP
+# include <boost/config.hpp>
+#endif
+#
+#if defined(BOOST_HAS_PRAGMA_ONCE)
+# pragma once
+#endif
+
#include <boost/move/detail/config_begin.hpp>
#include <boost/move/utility.hpp>
#include <boost/move/iterator.hpp>