]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Include boost/format.hpp 11310/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 10 Feb 2022 16:07:08 +0000 (17:07 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 10 Feb 2022 16:07:08 +0000 (17:07 +0100)
modules/geoipbackend/geoipbackend.cc

index e1a2312a6c42bb3249a5ae5b1727ffa505401bd6..68abb293a05d1401a3f4331954149eb1e159fe46 100644 (file)
@@ -29,6 +29,7 @@
 #include <regex.h>
 #include <glob.h>
 #include <boost/algorithm/string/replace.hpp>
+#include <boost/format.hpp>
 #include <fstream>
 #include <yaml-cpp/yaml.h>