Add some missing #includes.

Skia-dawn found these; not sure why Chrome and Dawn standalone don't.

Change-Id: I43706fbaca94d1718de0be727151dd8f3a191df2
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/9220
Commit-Queue: Kai Ninomiya <kainino@chromium.org>
Reviewed-by: Kai Ninomiya <kainino@chromium.org>
This commit is contained in:
Stephen White
2019-07-19 21:51:09 +00:00
committed by Commit Bot service account
parent 47b107003d
commit 472bd1ec29
4 changed files with 7 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
#include "common/Platform.h"
#include <bitset>
#include <functional>
// Wrapper around std::hash to make it a templated function instead of a functor. It is marginally