From 3c2172103ae78c1be5ef7d23b9ff4f832e2201c7 Mon Sep 17 00:00:00 2001 From: SirLynix Date: Tue, 14 Mar 2023 18:08:29 +0100 Subject: [PATCH] =?UTF-8?q?Minor=20fixes=C2=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/Nazara/VulkanRenderer/Wrapper/PhysicalDevice.hpp | 1 + xmake/actions/checkfiles.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/Nazara/VulkanRenderer/Wrapper/PhysicalDevice.hpp b/include/Nazara/VulkanRenderer/Wrapper/PhysicalDevice.hpp index 460d1269f..ccf931f23 100644 --- a/include/Nazara/VulkanRenderer/Wrapper/PhysicalDevice.hpp +++ b/include/Nazara/VulkanRenderer/Wrapper/PhysicalDevice.hpp @@ -8,6 +8,7 @@ #define NAZARA_VULKANRENDERER_WRAPPER_PHYSICALDEVICE_HPP #include +#include #include #include diff --git a/xmake/actions/checkfiles.lua b/xmake/actions/checkfiles.lua index 30b500970..9530ee7bf 100644 --- a/xmake/actions/checkfiles.lua +++ b/xmake/actions/checkfiles.lua @@ -398,7 +398,7 @@ on_run(function () return lines end }) - elseif isInl then + elseif headerInclude and isInl then print(filePath .. " has a header inclusion which breaks clangd (.inl should no longer includes their .hpp)") table.insert(fixes, {