From 94cbc5708d91bb5cc16cb0b8b3d9c5eec71af405 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 28 Aug 2022 16:51:24 +0200 Subject: [PATCH] Fix include. --- editor/spatial_editor_gizmos.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/editor/spatial_editor_gizmos.h b/editor/spatial_editor_gizmos.h index 49afb8afc..d1d657d9c 100644 --- a/editor/spatial_editor_gizmos.h +++ b/editor/spatial_editor_gizmos.h @@ -49,14 +49,15 @@ #include "modules/modules_enabled.gen.h" +#ifdef MODULE_SKELETON_3D_ENABLED +#include "modules/skeleton_3d/nodes/skeleton.h" +#endif + class Camera; class Spatial; class Timer; struct Transform; class Timer; -#ifdef MODULE_SKELETON_3D_ENABLED -class SkinReference; -#endif class EditorSpatialGizmo : public SpatialGizmo { GDCLASS(EditorSpatialGizmo, SpatialGizmo);