]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
cachecleaner: Add cmath, needed for std::ceil and std::round 12397/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 9 Jan 2023 11:09:28 +0000 (12:09 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 9 Jan 2023 11:09:28 +0000 (12:09 +0100)
pdns/cachecleaner.hh

index 7e47c99da21b24cdafb7889ae6209ed581b585be..1fe5a9119306aa645b80c662b3ee60af5b089110 100644 (file)
@@ -21,6 +21,7 @@
  */
 #pragma once
 
+#include <cmath>
 #include <boost/multi_index_container.hpp>
 
 #include "dnsname.hh"