$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r52102 - trunk/boost/type_traits
From: john_at_[hidden]
Date: 2009-04-01 05:32:09
Author: johnmaddock
Date: 2009-04-01 05:32:08 EDT (Wed, 01 Apr 2009)
New Revision: 52102
URL: http://svn.boost.org/trac/boost/changeset/52102
Log:
Add missing #includes.
Text files modified: 
   trunk/boost/type_traits/has_new_operator.hpp |     2 ++                                      
   1 files changed, 2 insertions(+), 0 deletions(-)
Modified: trunk/boost/type_traits/has_new_operator.hpp
==============================================================================
--- trunk/boost/type_traits/has_new_operator.hpp	(original)
+++ trunk/boost/type_traits/has_new_operator.hpp	2009-04-01 05:32:08 EDT (Wed, 01 Apr 2009)
@@ -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>