summaryrefslogtreecommitdiff
path: root/boost/move/detail/unique_ptr_meta_utils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/move/detail/unique_ptr_meta_utils.hpp')
-rw-r--r--boost/move/detail/unique_ptr_meta_utils.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/boost/move/detail/unique_ptr_meta_utils.hpp b/boost/move/detail/unique_ptr_meta_utils.hpp
index 42fd27299f..33720683de 100644
--- a/boost/move/detail/unique_ptr_meta_utils.hpp
+++ b/boost/move/detail/unique_ptr_meta_utils.hpp
@@ -14,6 +14,14 @@
#ifndef BOOST_MOVE_UNIQUE_PTR_DETAIL_META_UTILS_HPP
#define BOOST_MOVE_UNIQUE_PTR_DETAIL_META_UTILS_HPP
+#ifndef BOOST_CONFIG_HPP
+# include <boost/config.hpp>
+#endif
+#
+#if defined(BOOST_HAS_PRAGMA_ONCE)
+# pragma once
+#endif
+
#include <cstddef> //for std::size_t
//Small meta-typetraits to support move