From: bert hubert Date: Sun, 25 Oct 2015 18:29:09 +0000 (+0100) Subject: fix up ixplore compilation, missing #include on some platforms X-Git-Tag: dnsdist-1.0.0-alpha1~252^2~6^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=940dbde60eaf788046b26778f40f6ad0de6ec2c1;p=pdns fix up ixplore compilation, missing #include on some platforms --- diff --git a/pdns/ixplore.cc b/pdns/ixplore.cc index 208146416..dcdf10488 100644 --- a/pdns/ixplore.cc +++ b/pdns/ixplore.cc @@ -3,6 +3,9 @@ #endif #include "arguments.hh" #include "base64.hh" +#include +#include + #include "dnsparser.hh" #include "sstuff.hh" #include "misc.hh"