]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Include <unordered_map> 11561/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 19 Apr 2022 14:50:08 +0000 (16:50 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 19 Apr 2022 14:51:51 +0000 (16:51 +0200)
On OpenBSD you don't get std::unordered_map for free

pdns/bpf-filter.hh

index 29f44275dd94f0c53ecf29348afd40dd226fdaa9..ed1a4024005d1261e8e75fff92dc58ca550c9b60 100644 (file)
@@ -22,6 +22,8 @@
 #pragma once
 #include "config.h"
 
+#include <unordered_map>
+
 #include "iputils.hh"
 #include "lock.hh"