16 lines
561 B
Diff
16 lines
561 B
Diff
diff --git a/src/3rdparty/chromium/third_party/skia/src/utils/SkParseColor.cpp b/src/3rdparty/chromium/third_party/skia/src/utils/SkParseColor.cpp
|
|
index 0dc349706..0bfee6da4 100644
|
|
--- a/src/3rdparty/chromium/third_party/skia/src/utils/SkParseColor.cpp
|
|
+++ b/src/3rdparty/chromium/third_party/skia/src/utils/SkParseColor.cpp
|
|
@@ -11,6 +11,10 @@
|
|
#include <algorithm> // std::lower_bound
|
|
#include <iterator>
|
|
|
|
+#include <string.h>
|
|
+#include <algorithm>
|
|
+#include <iterator>
|
|
+
|
|
static constexpr const char* gColorNames[] = {
|
|
"aliceblue",
|
|
"antiquewhite",
|