mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
clang-16 or gcc-13 Closes: https://bugs.gentoo.org/906181 Signed-off-by: Denis Reva <denis7774@gmail.com>
14 lines
369 B
Diff
14 lines
369 B
Diff
diff --git a/fbthrift/thrift/compiler/generate/json.cc b/fbthrift/thrift/compiler/generate/json.cc
|
|
index c4d87a3..015e81f 100644
|
|
--- a/fbthrift/thrift/compiler/generate/json.cc
|
|
+++ b/fbthrift/thrift/compiler/generate/json.cc
|
|
@@ -18,7 +18,7 @@
|
|
|
|
#include <ostream>
|
|
#include <sstream>
|
|
-
|
|
+#include <cstdint>
|
|
namespace apache {
|
|
namespace thrift {
|
|
namespace compiler {
|