From 1a0d7e7956686493110af43e3c4a4e14c4f58559 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Thu, 25 Nov 2021 00:21:19 +0200 Subject: [PATCH] Add missing includes --- source/backends/vulkan/swapchain.cpp | 1 + source/builders/vertexarraybuilder.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/source/backends/vulkan/swapchain.cpp b/source/backends/vulkan/swapchain.cpp index 49add1a7..ba2d922b 100644 --- a/source/backends/vulkan/swapchain.cpp +++ b/source/backends/vulkan/swapchain.cpp @@ -1,3 +1,4 @@ +#include #include #include #include diff --git a/source/builders/vertexarraybuilder.cpp b/source/builders/vertexarraybuilder.cpp index 00ff0012..14d03b98 100644 --- a/source/builders/vertexarraybuilder.cpp +++ b/source/builders/vertexarraybuilder.cpp @@ -1,3 +1,4 @@ +#include #include "vertexarray.h" #include "vertexarraybuilder.h" -- 2.43.0