Add some more missing #includes.

This commit is contained in:
jzmaddock
2015-01-21 19:46:18 +00:00
parent e1b4b91692
commit ea25faa853
5 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#define BOOST_TT_EXTENT_HPP_INCLUDED
#include <boost/type_traits/integral_constant.hpp>
#include <boost/detail/workaround.hpp>
namespace boost {

View File

@ -13,6 +13,7 @@
#include <cstddef> // std::size_t
#include <boost/type_traits/integral_constant.hpp>
#include <boost/type_traits/detail/yes_no_type.hpp>
#include <boost/detail/workaround.hpp>
#if defined(new)
# if BOOST_WORKAROUND(BOOST_MSVC, >= 1310)

View File

@ -12,6 +12,7 @@
#define BOOST_TT_REMOVE_CV_HPP_INCLUDED
#include <boost/config.hpp>
#include <boost/detail/workaround.hpp>
#include <cstddef>
namespace boost {

View File

@ -12,6 +12,7 @@
#define BOOST_TT_REMOVE_VOLATILE_HPP_INCLUDED
#include <boost/config.hpp>
#include <boost/detail/workaround.hpp>
#include <cstddef>
namespace boost {

View File

@ -13,6 +13,7 @@
#include <boost/static_assert.hpp>
#include <boost/config.hpp>
#include <cstddef>
#include <boost/detail/workaround.hpp>
#ifdef BOOST_MSVC
# pragma warning(push)