forked from boostorg/type_traits
Add missing #includes.
[SVN r52102]
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user