summarylogtreecommitdiffstats
path: root/chromium-include-limits.patch
diff options
context:
space:
mode:
authorAntonio Rojas2022-04-22 10:25:13 +0200
committerAntonio Rojas2022-04-22 10:25:13 +0200
commit5e543d5e15fd235fafc12b48eafba6908fd2a5fc (patch)
tree372f6705df0eec92f53d0b6daf41f0fc021e5152 /chromium-include-limits.patch
parentaa1e4016c27b08a8661a53cb28841cf7e31118df (diff)
downloadaur-electron9.tar.gz
import from community
Diffstat (limited to 'chromium-include-limits.patch')
-rw-r--r--chromium-include-limits.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/chromium-include-limits.patch b/chromium-include-limits.patch
new file mode 100644
index 000000000000..b1ea2c157f29
--- /dev/null
+++ b/chromium-include-limits.patch
@@ -0,0 +1,31 @@
+--- a/third_party/abseil-cpp/absl/synchronization/internal/graphcycles.cc
++++ b/third_party/abseil-cpp/absl/synchronization/internal/graphcycles.cc
+@@ -37,6 +37,7 @@
+
+ #include <algorithm>
+ #include <array>
++#include <limits>
+ #include "absl/base/internal/hide_ptr.h"
+ #include "absl/base/internal/raw_logging.h"
+ #include "absl/base/internal/spinlock.h"
+--- a/third_party/angle/src/libANGLE/HandleAllocator.cpp
++++ b/third_party/angle/src/libANGLE/HandleAllocator.cpp
+@@ -11,6 +11,7 @@
+
+ #include <algorithm>
+ #include <functional>
++#include <limits>
+
+ #include "common/debug.h"
+
+--- a/third_party/perfetto/src/trace_processor/containers/string_pool.h
++++ b/third_party/perfetto/src/trace_processor/containers/string_pool.h
+@@ -17,6 +17,8 @@
+ #ifndef SRC_TRACE_PROCESSOR_CONTAINERS_STRING_POOL_H_
+ #define SRC_TRACE_PROCESSOR_CONTAINERS_STRING_POOL_H_
+
++#include <limits>
++
+ #include <stddef.h>
+ #include <stdint.h>
+