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.2.0-alpha1~144^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F14550%2Fhead;p=thirdparty%2Fpdns.git json11: add include for cstdint fixes #14549, which came with a patch --- 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