]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add two missing includes 15192/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 21 Feb 2025 08:34:15 +0000 (09:34 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 21 Feb 2025 08:34:15 +0000 (09:34 +0100)
Fixes #15179

pdns/misc.cc
pdns/webserver.cc

index 5e662a8dbf571f13dd6c42bc83debe2269c310d0..a64f00a5feb0f2810aaaf02fc8c68be03053faf8 100644 (file)
@@ -60,6 +60,7 @@
 #include <pwd.h>
 #include <grp.h>
 #include <climits>
+#include <unordered_map>
 #ifdef __FreeBSD__
 #  include <pthread_np.h>
 #endif
index e6595d6fac7fe0e0cfd115d37dba1d069397ba19..ae3deb010f94645dc17cbb17a6ad29b0be37f5f2 100644 (file)
@@ -37,7 +37,7 @@
 #include "uuid-utils.hh"
 #include <yahttp/router.hpp>
 #include <algorithm>
-#include <unordered_set>
+#include <bitset>
 
 json11::Json HttpRequest::json()
 {