From 6aa5c41e88baa69150b774d39d05c41dfb3e7392 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 4 Dec 2020 12:22:42 -0700 Subject: [PATCH] Fix another missing #include for gcc-11 --- qt5-qtwebengine.spec | 5 ++++- qtwebengine-gcc11.patch | 12 ++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec index 36ba684..0f12d65 100644 --- a/qt5-qtwebengine.spec +++ b/qt5-qtwebengine.spec @@ -53,7 +53,7 @@ Summary: Qt5 - QtWebEngine components Name: qt5-qtwebengine Version: 5.15.2 -Release: 2%{?dist} +Release: 3%{?dist} # See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details # See also http://qt-project.org/doc/qt-5.0/qtdoc/licensing.html @@ -632,6 +632,9 @@ done %changelog +* Fri Dec 04 2020 Jeff Law - 5.15.2-3 +- Fix another missing #include for gcc-11 + * Tue Nov 24 07:55:13 CET 2020 Jan Grulich - 5.15.2-2 - Rebuild for qtbase with -no-reduce-relocations option diff --git a/qtwebengine-gcc11.patch b/qtwebengine-gcc11.patch index 7910b39..f8b2c16 100644 --- a/qtwebengine-gcc11.patch +++ b/qtwebengine-gcc11.patch @@ -38,3 +38,15 @@ index fc9e41558..0e5bd92f4 100644 #include "src/trace_processor/importers/proto/heap_graph_walker.h" #include "perfetto/base/logging.h" +diff --git a/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/types/variadic.cc b/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/types/variadic.cc +index 837bfeba9..cdd56817d 100644 +--- a/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/types/variadic.cc ++++ b/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/types/variadic.cc +@@ -14,6 +14,7 @@ + * limitations under the License. + */ + ++#include + #include "src/trace_processor/types/variadic.h" + + namespace perfetto {