diff options
Diffstat (limited to 'modules/gltf/structures/gltf_node.h')
-rw-r--r-- | modules/gltf/structures/gltf_node.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gltf/structures/gltf_node.h b/modules/gltf/structures/gltf_node.h index 95c80861de..c2d2f64495 100644 --- a/modules/gltf/structures/gltf_node.h +++ b/modules/gltf/structures/gltf_node.h @@ -32,6 +32,7 @@ #define GLTF_NODE_H #include "../gltf_defines.h" + #include "core/io/resource.h" class GLTFNode : public Resource { |