From ffc23403aa97119a943303efddb3586afac12c45 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Sat, 18 May 2019 16:16:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0include=E9=81=BF=E5=85=8Ddele?= =?UTF-8?q?te=E4=B8=8D=E6=98=8E=E7=A1=AE=E6=95=B0=E6=8D=AE=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/RenderDevice/Vulkan/VKTexture.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/RenderDevice/Vulkan/VKTexture.cpp b/src/RenderDevice/Vulkan/VKTexture.cpp index 9815a5b8..b0722856 100644 --- a/src/RenderDevice/Vulkan/VKTexture.cpp +++ b/src/RenderDevice/Vulkan/VKTexture.cpp @@ -1,4 +1,5 @@ #include +#include VK_NAMESPACE_BEGIN Texture::~Texture() {