]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Include <functional> where needed 11476/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 29 Mar 2022 07:37:33 +0000 (09:37 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 29 Mar 2022 07:37:33 +0000 (09:37 +0200)
pdns/mtasker_context.hh

index dc98686a01d22177c47e88fe28f42b93090dfb44..2884c696712dab0868128727f0bdac6f08dee1a8 100644 (file)
@@ -23,6 +23,7 @@
 #include "lazy_allocator.hh"
 #include <vector>
 #include <exception>
+#include <functional>
 
 struct pdns_ucontext_t {
     pdns_ucontext_t ();