mirror of
https://github.com/boostorg/utility.git
synced 2025-07-30 21:07:27 +02:00
Needed to include cstddef to get std::size_t
[SVN r24000]
This commit is contained in:
@ -15,6 +15,7 @@
|
||||
#include <algorithm>
|
||||
#include <boost/detail/binary_search.hpp>
|
||||
#include <boost/detail/workaround.hpp>
|
||||
#include <cstddef>
|
||||
|
||||
#if defined(__SGI_STL_PORT) ? defined(__SGI_STL_OWN_IOSTREAMS) : (!defined(__GNUC__) || __GNUC__ > 2)
|
||||
# define USE_SSTREAM
|
||||
|
Reference in New Issue
Block a user