From cb41081ce027b46d944376ab4edc290c909f19ea Mon Sep 17 00:00:00 2001 From: Pavol Droba Date: Fri, 5 Mar 2004 21:28:56 +0000 Subject: [PATCH] cstddef include added to possibly fix gcc 3.4 builds [SVN r22439] --- include/boost/algorithm/string/detail/collection_traits.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/algorithm/string/detail/collection_traits.hpp b/include/boost/algorithm/string/detail/collection_traits.hpp index 9435753..0c0eaa4 100644 --- a/include/boost/algorithm/string/detail/collection_traits.hpp +++ b/include/boost/algorithm/string/detail/collection_traits.hpp @@ -11,6 +11,7 @@ #define BOOST_STRING_DETAIL_COLLECTION_TRAITS_HPP #include +#include #include #include #include