From: Alex Rousskov Date: Wed, 12 Jul 2017 18:03:11 +0000 (-0600) Subject: Made clang happier after r15240: no type named vector in namespace std. X-Git-Tag: M-staged-PR71~73 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=85e82959e78119a9c5d0acb2647e9a053844ed6d;p=thirdparty%2Fsquid.git Made clang happier after r15240: no type named vector in namespace std. --- diff --git a/src/ipcache.h b/src/ipcache.h index c5934f4a66..4b4c7874eb 100644 --- a/src/ipcache.h +++ b/src/ipcache.h @@ -13,6 +13,7 @@ #include "dns/forward.h" #include "ip/Address.h" #include +#include // The IPs the caller should not connect to are "bad". Other IPs are "good".