summaryrefslogtreecommitdiff
path: root/boost/interprocess/exceptions.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/interprocess/exceptions.hpp')
-rw-r--r--boost/interprocess/exceptions.hpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/boost/interprocess/exceptions.hpp b/boost/interprocess/exceptions.hpp
index 36e5e2ca5b..7c87722d24 100644
--- a/boost/interprocess/exceptions.hpp
+++ b/boost/interprocess/exceptions.hpp
@@ -11,7 +11,11 @@
#ifndef BOOST_INTERPROCESS_EXCEPTIONS_HPP
#define BOOST_INTERPROCESS_EXCEPTIONS_HPP
-#if defined(_MSC_VER)
+#ifndef BOOST_CONFIG_HPP
+# include <boost/config.hpp>
+#endif
+#
+#if defined(BOOST_HAS_PRAGMA_ONCE)
# pragma once
#endif
@@ -19,7 +23,6 @@
#include <boost/interprocess/detail/workaround.hpp>
#include <boost/interprocess/errors.hpp>
#include <stdexcept>
-#include <new>
//!\file
//!Describes exceptions thrown by interprocess classes