Add missing header for MSVC

BUG=dawn:22

Change-Id: I627768f450a42d6f3522156eb1702114040c8a39
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/12321
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Corentin Wallez 2019-10-16 11:44:11 +00:00 committed by Commit Bot service account
parent cc071e45bb
commit fb7508435f
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include "dawn_wire/Wire.h"
#include <memory>
#include <vector>
namespace dawn_wire {