mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
sys-fs/dwarfs: Treeclean
Signed-off-by: Denis Reva <denis7774@gmail.com>
This commit is contained in:
@@ -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 {
|
||||
@@ -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 {
|
||||
Reference in New Issue
Block a user