summaryrefslogtreecommitdiff
path: root/modules/gltf/gltf_accessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gltf/gltf_accessor.h')
-rw-r--r--modules/gltf/gltf_accessor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gltf/gltf_accessor.h b/modules/gltf/gltf_accessor.h
index 57aea1026c..bec511f974 100644
--- a/modules/gltf/gltf_accessor.h
+++ b/modules/gltf/gltf_accessor.h
@@ -32,7 +32,9 @@
#define GLTF_ACCESSOR_H
#include "core/io/resource.h"
+
#include "gltf_document.h"
+#include "gltf_document_extension.h"
struct GLTFAccessor : public Resource {
GDCLASS(GLTFAccessor, Resource);