Fix Linux compilation

This commit is contained in:
Jérôme Leclercq 2021-07-06 11:29:14 +02:00 committed by GitHub
parent fca8c8d01d
commit cb82951c9a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
#include <Nazara/Graphics/Components/CameraComponent.hpp>
#include <Nazara/Graphics/Components/GraphicsComponent.hpp>
#include <Nazara/Renderer/CommandBufferBuilder.hpp>
#include <Nazara/Renderer/Renderframe.hpp>
#include <Nazara/Renderer/RenderFrame.hpp>
#include <Nazara/Renderer/UploadPool.hpp>
#include <Nazara/Utility/Components/NodeComponent.hpp>
#include <Nazara/Graphics/Debug.hpp>