From: Peter van Dijk Date: Fri, 9 Aug 2024 17:41:46 +0000 (+0200) Subject: json11: add include for cstdint X-Git-Tag: rec-5.1.3~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=369240c0261e065c41220812fd315148e2084b6f;p=thirdparty%2Fpdns.git json11: add include for cstdint fixes #14549, which came with a patch (cherry picked from commit 8d6d32bef74aa2cba41421645936fade35c71c72) --- diff --git a/ext/json11/json11.cpp b/ext/json11/json11.cpp index a0ed9645da..2a7890a6cc 100644 --- a/ext/json11/json11.cpp +++ b/ext/json11/json11.cpp @@ -22,6 +22,7 @@ #include "json11.hpp" #include #include +#include #include #include #include