summaryrefslogtreecommitdiff
path: root/modules/gltf/structures/gltf_camera.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gltf/structures/gltf_camera.h')
-rw-r--r--modules/gltf/structures/gltf_camera.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/gltf/structures/gltf_camera.h b/modules/gltf/structures/gltf_camera.h
index 50ae10e17a..14b8efdde6 100644
--- a/modules/gltf/structures/gltf_camera.h
+++ b/modules/gltf/structures/gltf_camera.h
@@ -32,7 +32,8 @@
#define GLTF_CAMERA_H
#include "core/io/resource.h"
-#include "scene/3d/camera_3d.h"
+
+class Camera3D;
// Reference and test file:
// https://github.com/KhronosGroup/glTF-Tutorials/blob/master/gltfTutorial/gltfTutorial_015_SimpleCameras.md