From 83b9df323371fbc8d0aeb0457c77c385c9af380d Mon Sep 17 00:00:00 2001 From: Otto Date: Wed, 13 Oct 2021 12:26:16 +0200 Subject: [PATCH] Add missing include --- pdns/stat_t.hh | 2 ++ 1 file changed, 2 insertions(+) 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 { -- 2.47.2