I am trying to compile Skia in Windows MSVC, but I am getting errors when compiling `gn`. On linux it works fine. In MSVC, however, it seems I'm getting some missing include errors.I don't know how I am supposed to send PRs, but here are the necessary changes.
src/gn/escape.h: missing #include <string> (used in line 69)
src/gn/filesystem_utils_unittest.cc: missing #include <chrono> (used in line 77)
If someone tells me how to push the changes, I can do it myself.
To unsubscribe from this group and stop receiving emails from it, send an email to gn-dev+un...@chromium.org.