From 14c87853c2ff60bff6be98cabd169c34d7089e14 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Fri, 23 Jul 2004 18:42:30 +0000 Subject: [PATCH] Needed to include cstddef to get std::size_t [SVN r24000] --- binary_search_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/binary_search_test.cpp b/binary_search_test.cpp index 7fece46..cdb8c9d 100644 --- a/binary_search_test.cpp +++ b/binary_search_test.cpp @@ -15,6 +15,7 @@ #include #include #include +#include #if defined(__SGI_STL_PORT) ? defined(__SGI_STL_OWN_IOSTREAMS) : (!defined(__GNUC__) || __GNUC__ > 2) # define USE_SSTREAM