mirror of
https://github.com/boostorg/exception.git
synced 2025-07-25 01:57:38 +02:00
Added required header #include <new>
[SVN r44886]
This commit is contained in:
@ -10,6 +10,7 @@
|
|||||||
#include <boost/exception/exception.hpp>
|
#include <boost/exception/exception.hpp>
|
||||||
#include <boost/exception/detail/cloning_base.hpp>
|
#include <boost/exception/detail/cloning_base.hpp>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
#include <new>
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
boost
|
boost
|
||||||
|
Reference in New Issue
Block a user