]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: Add missing 'limits' include in ednsextendederror.cc 11313/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 11 Feb 2022 11:25:40 +0000 (12:25 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 11 Feb 2022 11:25:40 +0000 (12:25 +0100)
pdns/recursordist/ednsextendederror.cc

index f329842d7332be6a3a20ca5d42dbf44f93b5e7f3..bbb1224f9b7b3737a93234dab6c59ccd1dc6991d 100644 (file)
@@ -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 <limits>
+
 #include "ednsextendederror.hh"
 
 static bool getEDNSExtendedErrorOptFromStringView(const pdns_string_view& option, EDNSExtendedError& eee)