From 64f3490ec093eec7d70dd1233af79eb7f8ce1cc5 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 27 Jan 2014 10:34:09 +0100 Subject: [PATCH] add missing limits.h include, should fix #1235 --- pdns/arguments.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/arguments.cc b/pdns/arguments.cc index 0d6f38e59..05d25415d 100644 --- a/pdns/arguments.cc +++ b/pdns/arguments.cc @@ -30,6 +30,7 @@ #include #include #include +#include const ArgvMap::param_t::const_iterator ArgvMap::begin() { -- 2.40.0