diff options
Diffstat (limited to 'modules/gltf/structures/gltf_mesh.h')
-rw-r--r-- | modules/gltf/structures/gltf_mesh.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gltf/structures/gltf_mesh.h b/modules/gltf/structures/gltf_mesh.h index 1e14c1ac7f..639f28980e 100644 --- a/modules/gltf/structures/gltf_mesh.h +++ b/modules/gltf/structures/gltf_mesh.h @@ -32,6 +32,7 @@ #define GLTF_MESH_H #include "../gltf_defines.h" + #include "scene/resources/importer_mesh.h" class GLTFMesh : public Resource { |