From a8337c378ee3cf5471a40a781808949f3a176235 Mon Sep 17 00:00:00 2001 From: Corentin Wallez Date: Mon, 4 May 2020 16:05:39 +0000 Subject: [PATCH] DescriptorSetAllocation.h: Add missing include Bug: Change-Id: Iff2c62a83f479a85407c3cce8dba2b3376d6ab57 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/20861 Commit-Queue: Corentin Wallez Reviewed-by: Austin Eng --- src/dawn_native/vulkan/DescriptorSetAllocation.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/dawn_native/vulkan/DescriptorSetAllocation.h b/src/dawn_native/vulkan/DescriptorSetAllocation.h index c1f4310bbf..6a708e1ae3 100644 --- a/src/dawn_native/vulkan/DescriptorSetAllocation.h +++ b/src/dawn_native/vulkan/DescriptorSetAllocation.h @@ -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.