mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-02 23:36:52 +02:00
cstddef include added to possibly fix gcc 3.4 builds
[SVN r22439]
This commit is contained in:
@ -11,6 +11,7 @@
|
||||
#define BOOST_STRING_DETAIL_COLLECTION_TRAITS_HPP
|
||||
|
||||
#include <boost/algorithm/string/config.hpp>
|
||||
#include <cstddef>
|
||||
#include <string>
|
||||
#include <boost/type_traits/is_array.hpp>
|
||||
#include <boost/type_traits/is_pointer.hpp>
|
||||
|
Reference in New Issue
Block a user