missing #include

[SVN r25471]
This commit is contained in:
Joaquín M. López Muñoz
2004-09-29 10:18:53 +00:00
parent 6ac28e8e19
commit 9ca727623b
2 changed files with 2 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
#endif
#include <exception>
#include <new>
#include <stdexcept>
#if defined(BOOST_WINDOWS) && !defined(BOOST_DISABLE_WIN32)

View File

@@ -19,6 +19,7 @@
#include <boost/type_traits/is_polymorphic.hpp>
#endif
#include <stdexcept>
#include <new>
#include <exception>
//