From 352b4824c307cb3fc496cbb196107b14b8871138 Mon Sep 17 00:00:00 2001 From: Alex Rousskov Date: Tue, 28 May 2013 16:38:54 -0600 Subject: [PATCH] Make GCC on CentOS 5.3 happier by explicitly #including used by aclParseAclList() template. --- src/cache_cf.cc | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.3