From: Peter van Dijk Date: Thu, 4 Jul 2019 08:58:18 +0000 (+0200) Subject: dnsname: unbreak el6 build by explicitly including X-Git-Tag: dnsdist-1.4.0-rc1~68^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27b19e8b05a76982f1778f9b7d4f4403627b8e74;p=pdns dnsname: unbreak el6 build by explicitly including --- diff --git a/pdns/dnsname.cc b/pdns/dnsname.cc index 68ce0d2d1..b2936ec75 100644 --- a/pdns/dnsname.cc +++ b/pdns/dnsname.cc @@ -22,6 +22,7 @@ #include "dnsname.hh" #include #include +#include #include "dnswriter.hh" #include "misc.hh"