Fixup fromcvs/togit conversion
[pkgsrcv2.git] / net / powerdns / patches / patch-pdns_resolver.cc
1 $NetBSD$
2
3 Limit inclusion of boost headers to only those necessary to avoid conflicting
4 types errors on Solaris.
5
6 --- pdns/resolver.cc.orig       2012-01-05 13:54:51.000000000 +0000
7 +++ pdns/resolver.cc    2012-10-02 10:39:23.879764460 +0000
8 @@ -29,7 +29,7 @@
9  #include <cstring>
10  #include <string>
11  #include <vector>
12 -#include <boost/algorithm/string.hpp>
13 +#include <boost/algorithm/string/erase.hpp>
14  #include "dns.hh"
15  #include "qtype.hh"
16  #include "tcpreceiver.hh"