Files
guru/sys-fs/dwarfs/files/dwarfs-0.7.0_rc4-fbthrift-cstdint.patch
2023-05-16 15:03:14 +05:00

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 {