From: Otto Date: Wed, 13 Oct 2021 10:26:16 +0000 (+0200) Subject: Add missing include X-Git-Tag: dnsdist-1.7.0-alpha2~18^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10836%2Fhead;p=thirdparty%2Fpdns.git Add missing include --- diff --git a/pdns/stat_t.hh b/pdns/stat_t.hh index 2a765c26a6..d318c980b2 100644 --- a/pdns/stat_t.hh +++ b/pdns/stat_t.hh @@ -21,6 +21,8 @@ */ #pragma once +#include + #define CPU_LEVEL1_DCACHE_LINESIZE 64 // Until we know better via configure/getconf namespace pdns {