summaryrefslogtreecommitdiff
path: root/boost/move/utility.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/move/utility.hpp')
-rw-r--r--boost/move/utility.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/boost/move/utility.hpp b/boost/move/utility.hpp
index a1ddd26b09..8f9c20b65f 100644
--- a/boost/move/utility.hpp
+++ b/boost/move/utility.hpp
@@ -16,6 +16,14 @@
#ifndef BOOST_MOVE_MOVE_UTILITY_HPP
#define BOOST_MOVE_MOVE_UTILITY_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_core.hpp>
#include <boost/move/traits.hpp>