From bbb3e5da87d746cbb659c7fb1ed7cfa002dc61d3 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 1 Apr 2009 09:32:08 +0000 Subject: [PATCH] Add missing #includes. [SVN r52102] --- include/boost/type_traits/has_new_operator.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/type_traits/has_new_operator.hpp b/include/boost/type_traits/has_new_operator.hpp index 13cd167..731f7bf 100644 --- a/include/boost/type_traits/has_new_operator.hpp +++ b/include/boost/type_traits/has_new_operator.hpp @@ -9,6 +9,8 @@ #ifndef BOOST_TT_HAS_NEW_OPERATOR_HPP_INCLUDED #define BOOST_TT_HAS_NEW_OPERATOR_HPP_INCLUDED +#include // std::nothrow_t +#include // std::size_t #include #include #include