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/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=500bbadc2802762cb5928f36732127b19ac6b099;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"