From cfda17e21d70fc1a394b3928e40945fe3bb7e9d8 Mon Sep 17 00:00:00 2001 From: MihailRis Date: Fri, 1 Dec 2023 02:24:06 +0300 Subject: [PATCH] fix --- src/graphics/Batch3D.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/graphics/Batch3D.h b/src/graphics/Batch3D.h index 5e691aad..69a0fceb 100644 --- a/src/graphics/Batch3D.h +++ b/src/graphics/Batch3D.h @@ -4,6 +4,7 @@ #include #include #include "UVRegion.h" +#include "../typedefs.h" class Mesh; class Texture;