From: Kees Monshouwer Date: Tue, 11 May 2021 08:27:01 +0000 (+0200) Subject: add missing includes (Fedora 34, gcc 11.1 / clang 12) X-Git-Tag: dnsdist-1.7.0-alpha0~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10400%2Fhead;p=thirdparty%2Fpdns.git add missing includes (Fedora 34, gcc 11.1 / clang 12) --- diff --git a/pdns/histogram.hh b/pdns/histogram.hh index 9584536f0b..4042ce1fb7 100644 --- a/pdns/histogram.hh +++ b/pdns/histogram.hh @@ -23,6 +23,7 @@ #include #include +#include #include #include #include diff --git a/pdns/lock.hh b/pdns/lock.hh index 09299d7979..0644502f87 100644 --- a/pdns/lock.hh +++ b/pdns/lock.hh @@ -20,6 +20,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #pragma once +#include #include class ReadWriteLock