mirror of
https://github.com/boostorg/utility.git
synced 2025-07-31 13:27:34 +02:00
Added missing include <cstddef>
[SVN r21993]
This commit is contained in:
@@ -21,6 +21,7 @@
|
|||||||
#ifndef BOOST_CONFIG_HPP
|
#ifndef BOOST_CONFIG_HPP
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
#endif
|
#endif
|
||||||
|
#include <cstddef>
|
||||||
|
|
||||||
#include <boost/type_traits/is_arithmetic.hpp>
|
#include <boost/type_traits/is_arithmetic.hpp>
|
||||||
#include <boost/type_traits/is_pointer.hpp>
|
#include <boost/type_traits/is_pointer.hpp>
|
||||||
|
Reference in New Issue
Block a user