From d264cbef32bfbb4ca1e7553320c6ee33f28bebed Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Fri, 10 Sep 2021 23:35:31 -0700 Subject: [PATCH] Vulkan: MSVC 2017 buildfix. Fixes the buildbot. --- Common/GPU/Vulkan/VulkanRenderManager.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Common/GPU/Vulkan/VulkanRenderManager.h b/Common/GPU/Vulkan/VulkanRenderManager.h index d2adc7d346..2c13d155d6 100644 --- a/Common/GPU/Vulkan/VulkanRenderManager.h +++ b/Common/GPU/Vulkan/VulkanRenderManager.h @@ -4,6 +4,7 @@ // Only draws and binds are handled here, resource creation and allocations are handled as normal - // that's the nice thing with Vulkan. +#include #include #include #include