From: Peter van Dijk Date: Mon, 27 Jan 2014 09:34:09 +0000 (+0100) Subject: add missing limits.h include, should fix #1235 X-Git-Tag: rec-3.6.0-rc1~220 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64f3490ec093eec7d70dd1233af79eb7f8ce1cc5;p=pdns add missing limits.h include, should fix #1235 --- 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() {