diff --git a/Renderer/Swapchain.hpp b/Renderer/Swapchain.hpp index bf87da6..a4a4c42 100644 --- a/Renderer/Swapchain.hpp +++ b/Renderer/Swapchain.hpp @@ -3,6 +3,7 @@ #define VULKAN_HPP_NO_STRUCT_CONSTRUCTORS #include +#include #include diff --git a/Resources/Texture.hpp b/Resources/Texture.hpp index d163325..fad2396 100644 --- a/Resources/Texture.hpp +++ b/Resources/Texture.hpp @@ -4,6 +4,7 @@ #include #include +#include struct CommandBuffer;