From 09965cdfdd89f179c611e7f382d16bdede67a29c Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Tue, 7 Jul 2015 16:11:19 +0300 Subject: [PATCH] Include dnsname.hh and reorder --- pdns/test-bindparser_cc.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pdns/test-bindparser_cc.cc b/pdns/test-bindparser_cc.cc index 84787d1690..e0402824aa 100644 --- a/pdns/test-bindparser_cc.cc +++ b/pdns/test-bindparser_cc.cc @@ -5,13 +5,14 @@ #include "config.h" #endif #include -#include "bindparserclasses.hh" #include "misc.hh" #include "pdnsexception.hh" #include #include #include #include +#include "dnsname.hh" +#include "bindparserclasses.hh" using std::string; -- 2.47.2