mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-21 22:53:31 +02:00
Closes: https://bugs.gentoo.org/937530 Signed-off-by: Christopher Fore <csfore@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/38028 Signed-off-by: Sam James <sam@gentoo.org>
12 lines
258 B
Diff
12 lines
258 B
Diff
diff --git a/json11.cpp b/json11.cpp
|
|
index 9647846..8266a14 100644
|
|
--- a/json11.cpp
|
|
+++ b/json11.cpp
|
|
@@ -22,6 +22,7 @@
|
|
#include "json11.hpp"
|
|
#include <cassert>
|
|
#include <cmath>
|
|
+#include <cstdint>
|
|
#include <cstdlib>
|
|
#include <cstdio>
|
|
#include <limits>
|