DescriptorSetAllocation.h: Add missing include

Bug:
Change-Id: Iff2c62a83f479a85407c3cce8dba2b3376d6ab57
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/20861
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
Corentin Wallez 2020-05-04 16:05:39 +00:00 committed by Commit Bot service account
parent dbec2fa2f6
commit a8337c378e
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
#ifndef DAWNNATIVE_VULKAN_DESCRIPTORSETALLOCATION_H_
#define DAWNNATIVE_VULKAN_DESCRIPTORSETALLOCATION_H_
#include "common/vulkan_platform.h"
namespace dawn_native { namespace vulkan {
// Contains a descriptor set along with data necessary to track its allocation.