Apply patch from #7722. Refs #7722.

[SVN r81488]
This commit is contained in:
Peter Dimov
2012-11-22 17:39:27 +00:00
parent 97d32745aa
commit d74c09dd5a

View File

@ -35,7 +35,10 @@
// rather than including <memory> directly:
#include <boost/config/no_tr1/memory.hpp> // std::auto_ptr
#include <functional> // std::less
#include <new> // std::bad_alloc
#ifdef BOOST_NO_EXCEPTIONS
# include <new> // std::bad_alloc
#endif
#if !defined( BOOST_NO_CXX11_SMART_PTR )
# include <boost/utility/addressof.hpp>