From: Remi Gacogne Date: Mon, 9 Jan 2023 11:09:28 +0000 (+0100) Subject: cachecleaner: Add cmath, needed for std::ceil and std::round X-Git-Tag: dnsdist-1.8.0-rc1~133^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12397%2Fhead;p=thirdparty%2Fpdns.git cachecleaner: Add cmath, needed for std::ceil and std::round --- diff --git a/pdns/cachecleaner.hh b/pdns/cachecleaner.hh index 7e47c99da2..1fe5a91193 100644 --- a/pdns/cachecleaner.hh +++ b/pdns/cachecleaner.hh @@ -21,6 +21,7 @@ */ #pragma once +#include #include #include "dnsname.hh"