skia
skia copied to clipboard
added #include <string> to SkShaderCodeDictionary.h
There was an error when compiling skia on Windows with Clang and Ninja. Compiler threw an error, missing include of std::string. I compiled it successfully after adding this line.
Hi @paulschnell, it's really strange, because the GitHub Actions didn't (don't) fail.
Probably this is required by a specific MSVC (or Windows SDK) version as Clang uses the MS C++ runtime.