From 57f8ef7041c1015befc1806464e9edd9aaa47d3d Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Fri, 11 Feb 2022 12:25:40 +0100 Subject: [PATCH] rec: Add missing 'limits' include in ednsextendederror.cc --- pdns/recursordist/ednsextendederror.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pdns/recursordist/ednsextendederror.cc b/pdns/recursordist/ednsextendederror.cc index f329842d73..bbb1224f9b 100644 --- a/pdns/recursordist/ednsextendederror.cc +++ b/pdns/recursordist/ednsextendederror.cc @@ -19,6 +19,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include + #include "ednsextendederror.hh" static bool getEDNSExtendedErrorOptFromStringView(const pdns_string_view& option, EDNSExtendedError& eee) -- 2.47.2