From 8f46bba05316d58aa6071adfa714c976aa8405e3 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 15 Apr 2023 10:31:55 +0100 Subject: dev-qt/qtwebengine: fix build w/ gcc 13 Closes: https://bugs.gentoo.org/904342 Signed-off-by: Sam James --- .../files/qtwebengine-5.15.9_p20230404-gcc-13.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'dev-qt') diff --git a/dev-qt/qtwebengine/files/qtwebengine-5.15.9_p20230404-gcc-13.patch b/dev-qt/qtwebengine/files/qtwebengine-5.15.9_p20230404-gcc-13.patch index af925558b1f7..319a4dd2738e 100644 --- a/dev-qt/qtwebengine/files/qtwebengine-5.15.9_p20230404-gcc-13.patch +++ b/dev-qt/qtwebengine/files/qtwebengine-5.15.9_p20230404-gcc-13.patch @@ -12,3 +12,13 @@ https://bugs.gentoo.org/904342 enum class DarkModeResult : uint8_t { kDoNotApplyFilter, kApplyFilter, +--- a/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/dark_mode_image_classifier.cc ++++ b/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/dark_mode_image_classifier.cc +@@ -4,6 +4,7 @@ + + #include "third_party/blink/renderer/platform/graphics/dark_mode_image_classifier.h" + ++#include + #include + + #include "base/memory/singleton.h" -- cgit v1.2.3-65-gdbad