Add missing #includes.

[SVN r52102]
This commit is contained in:
John Maddock
2009-04-01 09:32:08 +00:00
parent 57bdff2d23
commit bbb3e5da87

View File

@ -9,6 +9,8 @@
#ifndef BOOST_TT_HAS_NEW_OPERATOR_HPP_INCLUDED
#define BOOST_TT_HAS_NEW_OPERATOR_HPP_INCLUDED
#include <new> // std::nothrow_t
#include <cstddef> // std::size_t
#include <boost/type_traits/config.hpp>
#include <boost/type_traits/detail/yes_no_type.hpp>
#include <boost/type_traits/detail/ice_or.hpp>