summaryrefslogtreecommitdiff
path: root/modules/gltf/gltf_node.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gltf/gltf_node.h')
-rw-r--r--modules/gltf/gltf_node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gltf/gltf_node.h b/modules/gltf/gltf_node.h
index 929ad3eca0..7b03b55fbc 100644
--- a/modules/gltf/gltf_node.h
+++ b/modules/gltf/gltf_node.h
@@ -32,7 +32,7 @@
#define GLTF_NODE_H
#include "core/io/resource.h"
-#include "gltf_document.h"
+#include "gltf_defines.h"
class GLTFNode : public Resource {
GDCLASS(GLTFNode, Resource);