summaryrefslogtreecommitdiff
path: root/boost/interprocess/detail/interprocess_tester.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/interprocess/detail/interprocess_tester.hpp')
-rw-r--r--boost/interprocess/detail/interprocess_tester.hpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/boost/interprocess/detail/interprocess_tester.hpp b/boost/interprocess/detail/interprocess_tester.hpp
index 2581776745..8c00c4c0c4 100644
--- a/boost/interprocess/detail/interprocess_tester.hpp
+++ b/boost/interprocess/detail/interprocess_tester.hpp
@@ -1,6 +1,6 @@
//////////////////////////////////////////////////////////////////////////////
//
-// (C) Copyright Ion Gaztanaga 2007-2011. Distributed under the Boost
+// (C) Copyright Ion Gaztanaga 2007-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)
//
@@ -11,6 +11,10 @@
#ifndef BOOST_INTERPROCESS_DETAIL_INTERPROCESS_TESTER_HPP
#define BOOST_INTERPROCESS_DETAIL_INTERPROCESS_TESTER_HPP
+#if defined(_MSC_VER)
+# pragma once
+#endif
+
namespace boost{
namespace interprocess{
namespace ipcdetail{