]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
<set> (declaring just added std::set) should be #included explicitly.
authorAlex Rousskov <rousskov@measurement-factory.com>
Fri, 30 Aug 2013 04:43:09 +0000 (22:43 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Fri, 30 Aug 2013 04:43:09 +0000 (22:43 -0600)
src/client_side.cc

index 648fbcd780221ea2d00fb76df7caa4f8af133a4b..38f1c9f9a739e23be78b5296a46edbbb77e1ed98 100644 (file)
 #if HAVE_LIMITS
 #include <limits>
 #endif
+#include <set>
 
 #if LINGERING_CLOSE
 #define comm_close comm_lingering_close