From: Chris Hofstaedtler Date: Mon, 10 May 2021 08:27:55 +0000 (+0200) Subject: auth-domaincache: add "new" headers X-Git-Tag: auth-4.5.0-alpha1~7^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3876e96001050712da102dd920c540c326831d5;p=thirdparty%2Fpdns.git auth-domaincache: add "new" headers --- diff --git a/pdns/auth-domaincache.hh b/pdns/auth-domaincache.hh index dff7f4aab0..c78f89982c 100644 --- a/pdns/auth-domaincache.hh +++ b/pdns/auth-domaincache.hh @@ -22,8 +22,10 @@ #pragma once #include #include +#include #include "dnsname.hh" #include "lock.hh" +#include "misc.hh" class AuthDomainCache : public boost::noncopyable {