From f28cf17bf564ab5b6e649f42f01bedf79122da55 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 20 Sep 2021 10:03:44 +0200 Subject: [PATCH] auth: Add missing header --- pdns/dnspacket.hh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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" -- 2.47.2