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

View File

@ -4,8 +4,6 @@
#include "graphics/core/Mesh.hpp"
#include "graphics/core/ImageData.hpp"
#include "typedefs.hpp"
static const vattr attrs[] = {
{3}, {2}, {3}, {1}, {0}
};

View File

@ -4,6 +4,7 @@
#include <stdint.h>
#include <glm/glm.hpp>
#include "typedefs.hpp"
#include "maths/UVRegion.hpp"
class Mesh;