From: Otto Moerbeek Date: Tue, 19 Apr 2022 14:50:08 +0000 (+0200) Subject: Include X-Git-Tag: auth-4.8.0-alpha0~132^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11561%2Fhead;p=thirdparty%2Fpdns.git Include On OpenBSD you don't get std::unordered_map for free --- diff --git a/pdns/bpf-filter.hh b/pdns/bpf-filter.hh index 29f44275dd..ed1a402400 100644 --- a/pdns/bpf-filter.hh +++ b/pdns/bpf-filter.hh @@ -22,6 +22,8 @@ #pragma once #include "config.h" +#include + #include "iputils.hh" #include "lock.hh"