From 85e82959e78119a9c5d0acb2647e9a053844ed6d Mon Sep 17 00:00:00 2001 From: Alex Rousskov Date: Wed, 12 Jul 2017 12:03:11 -0600 Subject: [PATCH] Made clang happier after r15240: no type named vector in namespace std. --- src/ipcache.h | 1 + 1 file changed, 1 insertion(+) 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". -- 2.47.2