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