mirror of
https://github.com/boostorg/exception.git
synced 2025-07-16 05:52:14 +02:00
Added required #include <stddef.h>
[SVN r45378]
This commit is contained in:
@ -8,7 +8,8 @@
|
||||
|
||||
#include <boost/exception/exception.hpp>
|
||||
#include <boost/detail/workaround.hpp>
|
||||
#include <boost/config.hpp> // For BOOST_STATIC_CONSTANT.
|
||||
#include <boost/config.hpp>
|
||||
#include <stddef.h>
|
||||
|
||||
namespace
|
||||
boost
|
||||
|
Reference in New Issue
Block a user