From a3876e96001050712da102dd920c540c326831d5 Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Mon, 10 May 2021 10:27:55 +0200 Subject: [PATCH] auth-domaincache: add "new" headers --- pdns/auth-domaincache.hh | 2 ++ 1 file changed, 2 insertions(+) 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 { -- 2.47.2