Minor fixes²

This commit is contained in:
SirLynix 2023-03-14 18:08:29 +01:00
parent c700a7e45d
commit 3c2172103a
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
#define NAZARA_VULKANRENDERER_WRAPPER_PHYSICALDEVICE_HPP #define NAZARA_VULKANRENDERER_WRAPPER_PHYSICALDEVICE_HPP
#include <vulkan/vulkan_core.h> #include <vulkan/vulkan_core.h>
#include <string>
#include <unordered_set> #include <unordered_set>
#include <vector> #include <vector>

View File

@ -398,7 +398,7 @@ on_run(function ()
return lines return lines
end 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)") print(filePath .. " has a header inclusion which breaks clangd (.inl should no longer includes their .hpp)")
table.insert(fixes, { table.insert(fixes, {