From 733b5d5ae2c5d625211e2985ac25728ac3f54883 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Mon, 21 Mar 2016 15:45:20 +0900 Subject: Imported Upstream version 1.58.0 Change-Id: If0072143aa26874812e0db6872e1efb10a3e5e94 Signed-off-by: DongHun Kwak --- boost/interprocess/containers/stable_vector.hpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'boost/interprocess/containers/stable_vector.hpp') diff --git a/boost/interprocess/containers/stable_vector.hpp b/boost/interprocess/containers/stable_vector.hpp index 530056dd6e..f6d1ee1b04 100644 --- a/boost/interprocess/containers/stable_vector.hpp +++ b/boost/interprocess/containers/stable_vector.hpp @@ -11,7 +11,11 @@ #ifndef BOOST_INTERPROCESS_CONTAINERS_STABLE_VECTOR_HPP #define BOOST_INTERPROCESS_CONTAINERS_STABLE_VECTOR_HPP -#if defined(_MSC_VER) +#ifndef BOOST_CONFIG_HPP +# include +#endif +# +#if defined(BOOST_HAS_PRAGMA_ONCE) # pragma once #endif -- cgit v1.2.3