Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech> Reviewed-on: https://git.avroid.tech/Conan/conan_build/pulls/15
11 lines
423 B
Diff
11 lines
423 B
Diff
diff --git a/chromium/third_party/skia/src/utils/SkParseColor.cpp b/chromium/third_party/skia/src/utils/SkParseColor.cpp
|
|
index 7260365b2c6..96f46dd67f9 100644
|
|
--- a/chromium/third_party/skia/src/utils/SkParseColor.cpp
|
|
+++ b/chromium/third_party/skia/src/utils/SkParseColor.cpp
|
|
@@ -9,3 +0,5 @@
|
|
#include "include/utils/SkParse.h"
|
|
|
|
+#include <algorithm> // std::lower_bound
|
|
+
|
|
static constexpr const char* gColorNames[] = {
|