]> granicus.if.org Git - pdns/commitdiff
fix up compilation on rhel6 for dedup speedup in auth
authorbert hubert <bert.hubert@powerdns.com>
Thu, 14 Jun 2018 15:08:13 +0000 (17:08 +0200)
committerbert hubert <bert.hubert@powerdns.com>
Thu, 14 Jun 2018 15:08:13 +0000 (17:08 +0200)
pdns/dnspacket.cc

index c3e3b35bf586fb5277620c0942d05a490cbc770d..52ca281061300099c4b5f720b54040efa93e1002 100644 (file)
@@ -30,6 +30,7 @@
 #include <string>
 #include <errno.h>
 #include <boost/tokenizer.hpp>
+#include <boost/functional/hash.hpp>
 #include <boost/algorithm/string.hpp>
 #include <algorithm>