mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
13 lines
443 B
Diff
13 lines
443 B
Diff
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",
|