From: Remi Gacogne Date: Fri, 11 Feb 2022 11:25:40 +0000 (+0100) Subject: rec: Add missing 'limits' include in ednsextendederror.cc X-Git-Tag: auth-4.7.0-alpha1~5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11313%2Fhead;p=thirdparty%2Fpdns.git rec: Add missing 'limits' include in ednsextendederror.cc --- 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)