Needed to include cstddef to get std::size_t

[SVN r24000]
This commit is contained in:
Douglas Gregor 2004-07-23 18:42:30 +00:00
parent d5a5b84a40
commit 14c87853c2

View File

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