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, {