summaryrefslogtreecommitdiff
path: root/boost/container/detail/value_init.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/container/detail/value_init.hpp')
-rw-r--r--boost/container/detail/value_init.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/boost/container/detail/value_init.hpp b/boost/container/detail/value_init.hpp
index ec1a99c56d..68f9678358 100644
--- a/boost/container/detail/value_init.hpp
+++ b/boost/container/detail/value_init.hpp
@@ -1,6 +1,6 @@
//////////////////////////////////////////////////////////////////////////////
//
-// (C) Copyright Ion Gaztanaga 2005-2012.
+// (C) Copyright Ion Gaztanaga 2005-2013.
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
@@ -13,11 +13,11 @@
#ifndef BOOST_CONTAINER_DETAIL_VALUE_INIT_HPP
#define BOOST_CONTAINER_DETAIL_VALUE_INIT_HPP
-#if (defined _MSC_VER) && (_MSC_VER >= 1200)
+#if defined(_MSC_VER)
# pragma once
#endif
-#include "config_begin.hpp"
+#include <boost/container/detail/config_begin.hpp>
#include <boost/container/detail/workaround.hpp>
namespace boost {