Include boost/config.hpp before testinG BOOST_HAS_PRAGMA_ONCE.

This commit is contained in:
Ion Gaztañaga
2015-02-02 15:26:53 +01:00
parent 0f02b3b3bf
commit 10d027aa9c
63 changed files with 306 additions and 25 deletions

View File

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