summaryrefslogtreecommitdiff
path: root/modules/gltf/gltf_document_extension.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gltf/gltf_document_extension.h')
-rw-r--r--modules/gltf/gltf_document_extension.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gltf/gltf_document_extension.h b/modules/gltf/gltf_document_extension.h
index 8fd4d4e54e..0ef9109584 100644
--- a/modules/gltf/gltf_document_extension.h
+++ b/modules/gltf/gltf_document_extension.h
@@ -31,8 +31,8 @@
#ifndef GLTF_DOCUMENT_EXTENSION_H
#define GLTF_DOCUMENT_EXTENSION_H
-#include "gltf_node.h"
#include "gltf_state.h"
+#include "structures/gltf_node.h"
class GLTFDocumentExtension : public Resource {
GDCLASS(GLTFDocumentExtension, Resource);