commit | 086c44ee737d29852fc8d4be3ae36a8b253e2e33 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Thu Aug 26 17:17:35 2021 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 26 17:17:35 2021 +0000 |
tree | 527d3fca84a0fc5922f78e4031924567639f827b | |
parent | 21940df81bbb1bb97b3ff6b503b3d58176f232b0 [diff] |
Add missing includes to SemaphoreService.h These are needed for the VulkanDeviceInfo and VulkanFunctions structs. Change-Id: I1d18e59cd923e5fd702ac65d505793519b3a42b7 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/62920 Commit-Queue: James Price <jrprice@google.com> Commit-Queue: Austin Eng <enga@chromium.org> Auto-Submit: James Price <jrprice@google.com> Reviewed-by: Austin Eng <enga@chromium.org>
diff --git a/src/dawn_native/vulkan/external_semaphore/SemaphoreService.h b/src/dawn_native/vulkan/external_semaphore/SemaphoreService.h index 5eace87..91d9576 100644 --- a/src/dawn_native/vulkan/external_semaphore/SemaphoreService.h +++ b/src/dawn_native/vulkan/external_semaphore/SemaphoreService.h
@@ -18,6 +18,8 @@ #include "common/vulkan_platform.h" #include "dawn_native/Error.h" #include "dawn_native/vulkan/ExternalHandle.h" +#include "dawn_native/vulkan/VulkanFunctions.h" +#include "dawn_native/vulkan/VulkanInfo.h" namespace dawn_native { namespace vulkan { class Device;