summaryrefslogtreecommitdiff
path: root/skip/qt5-qtwebengine/qt5-webengine-gcc12.patch
blob: c86351e3a51324f9e1a752ccf9770d22c27c425a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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/src/3rdparty/chromium/third_party/skia/src/utils/SkParseColor.cpp
+++ b/src/3rdparty/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",