summaryrefslogtreecommitdiffstats
path: root/source/l/qt5/patches/qt5-qtwebengine-gcc11.patch
blob: 3b2606e6e68346ffb8a4b3fd3c0f6160048cdb71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
-- a/src/3rdparty/chromium/third_party/abseil-cpp/absl/synchronization/internal/graphcycles.cc
+++ b/src/3rdparty/chromium/third_party/abseil-cpp/absl/synchronization/internal/graphcycles.cc
@@ -40,6 +40,7 @@
 #include "absl/base/internal/hide_ptr.h"
 #include "absl/base/internal/raw_logging.h"
 #include "absl/base/internal/spinlock.h"
+#include <limits>
 
 // Do not use STL.   This module does not use standard memory allocation.

--- a/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/containers/string_pool.h
+++ b/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/containers/string_pool.h
@@ -19,6 +19,7 @@
 
 #include <stddef.h>
 #include <stdint.h>
+#include <limits>
 
 #include <unordered_map>
 #include <vector>