From: Remi Gacogne Date: Mon, 20 Sep 2021 08:03:44 +0000 (+0200) Subject: auth: Add missing header X-Git-Tag: dnsdist-1.7.0-alpha1~7^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10737%2Fhead;p=thirdparty%2Fpdns.git auth: Add missing header --- diff --git a/pdns/dnspacket.hh b/pdns/dnspacket.hh index 7ad8579530..2b28a7f140 100644 --- a/pdns/dnspacket.hh +++ b/pdns/dnspacket.hh @@ -20,9 +20,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #pragma once -#include -#include -#include #include #include "iputils.hh" #include "ednssubnet.hh" @@ -34,6 +31,7 @@ #include #include +#include #include #include #include "qtype.hh"