Skip to content

Commit

Permalink
Made clang happier after r15240: no type named vector in namespace std.
Browse files Browse the repository at this point in the history
  • Loading branch information
rousskov committed Jul 12, 2017
1 parent 494269c commit 85e8295
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ipcache.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include "dns/forward.h"
#include "ip/Address.h"
#include <iosfwd>
#include <vector>

// The IPs the caller should not connect to are "bad". Other IPs are "good".

Expand Down

0 comments on commit 85e8295

Please sign in to comment.