More changes to include boost/config.hpp before testing BOOST_HAS_PRAGMA_ONCE

This commit is contained in:
Ion Gaztañaga
2015-02-02 16:00:58 +01:00
parent 10d027aa9c
commit a7adc46a54
4 changed files with 16 additions and 0 deletions

View File

@@ -11,6 +11,10 @@
#ifndef BOOST_CONTAINER_POOLED_NODE_ALLOCATOR_HPP #ifndef BOOST_CONTAINER_POOLED_NODE_ALLOCATOR_HPP
#define BOOST_CONTAINER_POOLED_NODE_ALLOCATOR_HPP #define BOOST_CONTAINER_POOLED_NODE_ALLOCATOR_HPP
#ifndef BOOST_CONFIG_HPP
# include <boost/config.hpp>
#endif
#if defined(BOOST_HAS_PRAGMA_ONCE) #if defined(BOOST_HAS_PRAGMA_ONCE)
# pragma once # pragma once
#endif #endif

View File

@@ -13,6 +13,10 @@
#ifndef BOOST_CONTAINER_OPTIONS_HPP #ifndef BOOST_CONTAINER_OPTIONS_HPP
#define BOOST_CONTAINER_OPTIONS_HPP #define BOOST_CONTAINER_OPTIONS_HPP
#ifndef BOOST_CONFIG_HPP
# include <boost/config.hpp>
#endif
#if defined(BOOST_HAS_PRAGMA_ONCE) #if defined(BOOST_HAS_PRAGMA_ONCE)
# pragma once # pragma once
#endif #endif

View File

@@ -15,6 +15,10 @@
//! This header file forward declares boost::container::scoped_allocator_adaptor //! This header file forward declares boost::container::scoped_allocator_adaptor
//! and defines the following types: //! and defines the following types:
#ifndef BOOST_CONFIG_HPP
# include <boost/config.hpp>
#endif
#if defined(BOOST_HAS_PRAGMA_ONCE) #if defined(BOOST_HAS_PRAGMA_ONCE)
# pragma once # pragma once
#endif #endif

View File

@@ -11,6 +11,10 @@
#ifndef BOOST_CONTAINER_SET_HPP #ifndef BOOST_CONTAINER_SET_HPP
#define BOOST_CONTAINER_SET_HPP #define BOOST_CONTAINER_SET_HPP
#ifndef BOOST_CONFIG_HPP
# include <boost/config.hpp>
#endif
#if defined(BOOST_HAS_PRAGMA_ONCE) #if defined(BOOST_HAS_PRAGMA_ONCE)
# pragma once # pragma once
#endif #endif