]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
json11: add include for cstdint 14550/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 9 Aug 2024 17:41:46 +0000 (19:41 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 9 Aug 2024 17:41:46 +0000 (19:41 +0200)
fixes #14549, which came with a patch

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>