summaryrefslogtreecommitdiff
path: root/boost/multi_index/detail/scope_guard.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/multi_index/detail/scope_guard.hpp')
-rw-r--r--boost/multi_index/detail/scope_guard.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/boost/multi_index/detail/scope_guard.hpp b/boost/multi_index/detail/scope_guard.hpp
index 5640c8fbdb..116f8f5041 100644
--- a/boost/multi_index/detail/scope_guard.hpp
+++ b/boost/multi_index/detail/scope_guard.hpp
@@ -1,4 +1,4 @@
-/* Copyright 2003-2011 Joaquin M Lopez Munoz.
+/* Copyright 2003-2013 Joaquin M Lopez Munoz.
* 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)
@@ -9,11 +9,12 @@
#ifndef BOOST_MULTI_INDEX_DETAIL_SCOPE_GUARD_HPP
#define BOOST_MULTI_INDEX_DETAIL_SCOPE_GUARD_HPP
-#if defined(_MSC_VER)&&(_MSC_VER>=1200)
+#if defined(_MSC_VER)
#pragma once
#endif
#include <boost/detail/no_exceptions_support.hpp>
+#include <boost/mpl/if.hpp>
namespace boost{