Fix build/include_what_you_use

This CL adds the needed headers to pass the include what you use lint
check.

Bug: dawn:1339
Change-Id: Ib8df68e51b2c3711169b400e84768d4804568580
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/86941
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
This commit is contained in:
dan sinclair
2022-04-20 00:58:34 +00:00
committed by Dawn LUCI CQ
parent 4d6dfd5597
commit 13e9699b1c
374 changed files with 833 additions and 184 deletions

View File

@@ -14,6 +14,7 @@
#include "dawn/native/Device.h"
#include <algorithm>
#include <array>
#include <mutex>
#include <unordered_set>