add missing include

This commit is contained in:
MihailRis
2024-11-02 19:41:35 +03:00
parent bbd13f1825
commit a0f885e26a
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -4,6 +4,7 @@
#include <stdint.h>
#include <glm/glm.hpp>
#include "typedefs.hpp"
#include "maths/UVRegion.hpp"
class Mesh;