summaryrefslogtreecommitdiff
path: root/boost/interprocess/detail/move.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/interprocess/detail/move.hpp')
-rw-r--r--boost/interprocess/detail/move.hpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/boost/interprocess/detail/move.hpp b/boost/interprocess/detail/move.hpp
index 1ec43b211b..22df7bd771 100644
--- a/boost/interprocess/detail/move.hpp
+++ b/boost/interprocess/detail/move.hpp
@@ -1,6 +1,6 @@
//////////////////////////////////////////////////////////////////////////////
//
-// (C) Copyright Ion Gaztanaga 2010-2011.
+// (C) Copyright Ion Gaztanaga 2010-2012.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
@@ -14,7 +14,11 @@
#ifndef BOOST_INTERPROCESS_DETAIL_MOVE_HPP
#define BOOST_INTERPROCESS_DETAIL_MOVE_HPP
-#include <boost/move/move.hpp>
+#if defined(_MSC_VER)
+# pragma once
+#endif
+
+#include <boost/move/utility_core.hpp>
namespace boost {
namespace interprocess {