sys-fs/dwarfs: Treeclean

Signed-off-by: Denis Reva <denis7774@gmail.com>
This commit is contained in:
Denis Reva
2023-07-25 19:07:02 +05:00
parent 4907708235
commit 45ecf314d8
4 changed files with 0 additions and 139 deletions

View File

@@ -1,13 +0,0 @@
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 {

View File

@@ -1,14 +0,0 @@
diff --git a/folly/folly/system/AtFork.cpp b/folly/folly/system/AtFork.cpp
index e888e52..8c9eee5 100644
--- a/folly/folly/system/AtFork.cpp
+++ b/folly/folly/system/AtFork.cpp
@@ -20,7 +20,8 @@
#include <folly/lang/Exception.h>
#include <folly/portability/PThread.h>
#include <folly/synchronization/SanitizeThread.h>
-
+#include <system_error>
+#include <stdexcept>
namespace folly {
void AtForkList::prepare() noexcept {