summaryrefslogtreecommitdiffstats
path: root/source/l/qt5/patches/qt5-webengine-gcc12.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/qt5/patches/qt5-webengine-gcc12.patch')
-rw-r--r--source/l/qt5/patches/qt5-webengine-gcc12.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/source/l/qt5/patches/qt5-webengine-gcc12.patch b/source/l/qt5/patches/qt5-webengine-gcc12.patch
new file mode 100644
index 000000000..46f2dbfe1
--- /dev/null
+++ b/source/l/qt5/patches/qt5-webengine-gcc12.patch
@@ -0,0 +1,13 @@
+diff --git a/chromium/third_party/skia/src/utils/SkParseColor.cpp b/chromium/third_party/skia/src/utils/SkParseColor.cpp
+index 7260365b2c6..b5a6aae3596 100644
+--- a/chromium/third_party/skia/src/utils/SkParseColor.cpp
++++ b/chromium/third_party/skia/src/utils/SkParseColor.cpp
+@@ -8,6 +8,8 @@
+
+ #include "include/utils/SkParse.h"
+
++#include <iterator>
++
+ static constexpr const char* gColorNames[] = {
+ "aliceblue",
+ "antiquewhite",