From 940dbde60eaf788046b26778f40f6ad0de6ec2c1 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Sun, 25 Oct 2015 19:29:09 +0100 Subject: [PATCH] fix up ixplore compilation, missing #include on some platforms --- pdns/ixplore.cc | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.40.0