Add missing include in the Vulkan backend.

BUG=dawn:225

Change-Id: I8dc0c5c884d8130b98a849e0d675e29d80aa4de8
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/11303
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
Corentin Wallez 2019-09-17 21:28:45 +00:00 committed by Commit Bot service account
parent 519b16c4b0
commit f7c263624b
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@
#include "common/vulkan_platform.h"
#include "dawn_native/vulkan/BufferVk.h"
#include <vector>
namespace dawn_native { namespace vulkan {