summaryrefslogtreecommitdiff
path: root/gfx/models/mesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/models/mesh.h')
-rw-r--r--gfx/models/mesh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx/models/mesh.h b/gfx/models/mesh.h
index d6ac171..4135a30 100644
--- a/gfx/models/mesh.h
+++ b/gfx/models/mesh.h
@@ -1,6 +1,7 @@
#pragma once
#include "config/types.h"
+#include "gfx/gl/glBuffer.h"
#include "gfx/gl/vertexArrayObject.h"
#include <gfx/gl/glVertexArray.h>
#include <glad/gl.h>