From: Alex Rousskov Date: Fri, 30 Aug 2013 04:43:09 +0000 (-0600) Subject: (declaring just added std::set) should be #included explicitly. X-Git-Tag: SQUID_3_5_0_1~117^2~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c62fcb12c0e82b94b424eb146d9607da30896ca0;p=thirdparty%2Fsquid.git (declaring just added std::set) should be #included explicitly. --- diff --git a/src/client_side.cc b/src/client_side.cc index 648fbcd780..38f1c9f9a7 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -159,6 +159,7 @@ #if HAVE_LIMITS #include #endif +#include #if LINGERING_CLOSE #define comm_close comm_lingering_close