1
0
forked from boostorg/core

Include cstddef in pointer_traits

This commit is contained in:
Glen Fernandes
2020-02-17 22:10:24 -05:00
parent 0eecbda0b1
commit b5c2726d1b

View File

@ -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 {