diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-04-28 16:52:09 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-04-28 17:14:34 +0200 |
commit | 0fea9a89d6f5b1fa93dd5c5d50b424e970227240 (patch) | |
tree | 32a05b57a0268bd0918333399b8ad227be4f11b4 /dev-qt | |
parent | app-metrics/prometheus: >=2.25: Use builtinassets tag to readd web UI. (diff) | |
download | gentoo-0fea9a89d6f5b1fa93dd5c5d50b424e970227240.tar.gz gentoo-0fea9a89d6f5b1fa93dd5c5d50b424e970227240.tar.bz2 gentoo-0fea9a89d6f5b1fa93dd5c5d50b424e970227240.zip |
dev-qt/qtwebengine: Fix missing #includes for gcc-11
Link 1: https://github.com/abseil/abseil-cpp/commit/5bf048b8425cc0a342e4647932de19e25ffd6ad7
Closes: https://bugs.gentoo.org/786231
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtwebengine/files/qtwebengine-5.15.2_p20210406-gcc11.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-qt/qtwebengine/files/qtwebengine-5.15.2_p20210406-gcc11.patch b/dev-qt/qtwebengine/files/qtwebengine-5.15.2_p20210406-gcc11.patch index ececf6896cc2..7411567e74f0 100644 --- a/dev-qt/qtwebengine/files/qtwebengine-5.15.2_p20210406-gcc11.patch +++ b/dev-qt/qtwebengine/files/qtwebengine-5.15.2_p20210406-gcc11.patch @@ -111,3 +111,16 @@ index 657a3c96b..ad641a082 100644 #include "components/bookmarks/browser/base_bookmark_model_observer.h" namespace bookmarks { +diff --git 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 +index 19f9aab5b..27fec2168 100644 +--- 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 +@@ -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" + |