mirror of
https://github.com/boostorg/exception.git
synced 2025-07-02 15:31:06 +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/detail/cloning_base.hpp>
|
||||
#include <stdexcept>
|
||||
#include <new>
|
||||
|
||||
namespace
|
||||
boost
|
||||
|
Reference in New Issue
Block a user