From 71c543413a154df76bfe3e277603f7793f4fa83d Mon Sep 17 00:00:00 2001 From: "HuYingzhuo(hugo/hyzboy)" Date: Thu, 11 May 2023 21:17:06 +0800 Subject: [PATCH] fix include --- example/common/VulkanAppFramework.h | 2 +- inc/hgl/graph/VKDeviceCreater.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/example/common/VulkanAppFramework.h b/example/common/VulkanAppFramework.h index d95231b5..6dbb6192 100644 --- a/example/common/VulkanAppFramework.h +++ b/example/common/VulkanAppFramework.h @@ -2,7 +2,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/inc/hgl/graph/VKDeviceCreater.h b/inc/hgl/graph/VKDeviceCreater.h index 52464b31..d249116c 100644 --- a/inc/hgl/graph/VKDeviceCreater.h +++ b/inc/hgl/graph/VKDeviceCreater.h @@ -1,6 +1,7 @@ #pragma once #include +#include VK_NAMESPACE_BEGIN struct VulkanHardwareRequirement