summaryrefslogtreecommitdiffstats
path: root/modules/gltf/extensions/physics/gltf_document_extension_physics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gltf/extensions/physics/gltf_document_extension_physics.cpp')
-rw-r--r--modules/gltf/extensions/physics/gltf_document_extension_physics.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/gltf/extensions/physics/gltf_document_extension_physics.cpp b/modules/gltf/extensions/physics/gltf_document_extension_physics.cpp
index a9033de7ae..c6e34cc023 100644
--- a/modules/gltf/extensions/physics/gltf_document_extension_physics.cpp
+++ b/modules/gltf/extensions/physics/gltf_document_extension_physics.cpp
@@ -30,7 +30,8 @@
#include "gltf_document_extension_physics.h"
-#include "scene/3d/area_3d.h"
+#include "scene/3d/physics/area_3d.h"
+#include "scene/3d/physics/static_body_3d.h"
// Import process.
Error GLTFDocumentExtensionPhysics::import_preflight(Ref<GLTFState> p_state, Vector<String> p_extensions) {