mirror of
https://github.com/boostorg/core.git
synced 2025-07-29 12:27:42 +02:00
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>
|
||||
#else
|
||||
#include <boost/core/addressof.hpp>
|
||||
#include <cstddef>
|
||||
#endif
|
||||
|
||||
namespace boost {
|
||||
|
Reference in New Issue
Block a user