add missing include
This commit is contained in:
@@ -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}
|
||||
};
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
#include <stdint.h>
|
||||
#include <glm/glm.hpp>
|
||||
|
||||
#include "typedefs.hpp"
|
||||
#include "maths/UVRegion.hpp"
|
||||
|
||||
class Mesh;
|
||||
|
||||
Reference in New Issue
Block a user