]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
json11: add include for cstdint 14771/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 9 Aug 2024 17:41:46 +0000 (19:41 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 15 Oct 2024 12:23:00 +0000 (14:23 +0200)
fixes #14549, which came with a patch

(cherry picked from commit 8d6d32bef74aa2cba41421645936fade35c71c72)

ext/json11/json11.cpp

index a0ed9645da16e4b7fc3fe3c354f43c87951b5715..2a7890a6cce249f46646b0655b1348532b9159a3 100644 (file)
@@ -22,6 +22,7 @@
 #include "json11.hpp"
 #include <cassert>
 #include <cmath>
+#include <cstdint>
 #include <cstdlib>
 #include <cstdio>
 #include <limits>