commit | 0d6f81593b1fa222e8e4afb56cc961ce8c9be375 | [log] [tgz] |
---|---|---|
author | Mike Klein <mtklein@google.com> | Thu Aug 06 07:58:25 2020 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Aug 06 13:45:07 2020 +0000 |
tree | dd7472a957217165e5831c08d36bcfba11af00d1 | |
parent | 34949e35f0067039fe0fbdc0a70938b339c2f016 [diff] |
iwyu fixes for VS 16.7's STL This lets us build with the STL from the new Visual Studio 16.7 release, https://docs.microsoft.com/en-us/visualstudio/releases/2019/release-notes#16.7.0 Specifically, I think this is from STL updates, https://github.com/microsoft/STL/wiki/Changelog#vs-2019-167 Probably this one, <array> no longer includes <algorithm>, <iterator>, and <tuple>; this is a source-breaking change for projects that weren't strict about including what they use. #482 Change-Id: Id95a7966c636b70b56522bc80e6daa626749e916 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/308496 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Mike Klein <mtklein@google.com>