]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Make GCC on CentOS 5.3 happier by explicitly #including <sstream>
authorAlex Rousskov <rousskov@measurement-factory.com>
Tue, 28 May 2013 22:38:54 +0000 (16:38 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Tue, 28 May 2013 22:38:54 +0000 (16:38 -0600)
used by aclParseAclList() template.

src/cache_cf.cc

index fabebf1bb6f352d70e717b37b8cda599d7c1ba7a..2ae75abcb5d3759ee4fe74bbdb8da5b3cc9d9274 100644 (file)
 #if HAVE_GRP_H
 #include <grp.h>
 #endif
+#if HAVE_SSTREAM
+#include <sstream>
+#endif
 #if HAVE_SYS_STAT_H
 #include <sys/stat.h>
 #endif