From: Alex Rousskov Date: Tue, 28 May 2013 22:38:54 +0000 (-0600) Subject: Make GCC on CentOS 5.3 happier by explicitly #including X-Git-Tag: SQUID_3_4_0_1~99 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=352b4824c307cb3fc496cbb196107b14b8871138;p=thirdparty%2Fsquid.git Make GCC on CentOS 5.3 happier by explicitly #including used by aclParseAclList() template. --- diff --git a/src/cache_cf.cc b/src/cache_cf.cc index fabebf1bb6..2ae75abcb5 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -123,6 +123,9 @@ #if HAVE_GRP_H #include #endif +#if HAVE_SSTREAM +#include +#endif #if HAVE_SYS_STAT_H #include #endif