From 8d6d32bef74aa2cba41421645936fade35c71c72 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 9 Aug 2024 19:41:46 +0200 Subject: [PATCH] json11: add include for cstdint fixes #14549, which came with a patch --- ext/json11/json11.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/json11/json11.cpp b/ext/json11/json11.cpp index a0ed9645da16..2a7890a6cce2 100644 --- a/ext/json11/json11.cpp +++ b/ext/json11/json11.cpp @@ -22,6 +22,7 @@ #include "json11.hpp" #include #include +#include #include #include #include