forked from boostorg/core
Include cstddef in pointer_traits
This commit is contained in:
@ -13,6 +13,7 @@ Distributed under the Boost Software License, Version 1.0.
|
|||||||
#include <memory>
|
#include <memory>
|
||||||
#else
|
#else
|
||||||
#include <boost/core/addressof.hpp>
|
#include <boost/core/addressof.hpp>
|
||||||
|
#include <cstddef>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace boost {
|
namespace boost {
|
||||||
|
Reference in New Issue
Block a user