From 84246cd4899be448b8227a051dbb7625d7c6e921 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Zaj=C4=85c?= Date: Fri, 29 Dec 2023 12:49:22 +0000 Subject: [PATCH] chore: fixed header path --- src/lepus/gfx/GraphicsEngine/Apis/ApiGL/Types/GLMesh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lepus/gfx/GraphicsEngine/Apis/ApiGL/Types/GLMesh.h b/src/lepus/gfx/GraphicsEngine/Apis/ApiGL/Types/GLMesh.h index 1e9f1e5..98ede07 100644 --- a/src/lepus/gfx/GraphicsEngine/Apis/ApiGL/Types/GLMesh.h +++ b/src/lepus/gfx/GraphicsEngine/Apis/ApiGL/Types/GLMesh.h @@ -2,7 +2,7 @@ #define LEPUS_GFX_GL_MESH #include -#include +#include namespace lepus {