From 0c62f9b29a5953590b805300151231394e992e4f Mon Sep 17 00:00:00 2001 From: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Date: Sat, 7 Mar 2026 12:02:50 +0100 Subject: [PATCH] [Debugger] Fix 3D disabled builds --- scene/debugger/runtime_node_select.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scene/debugger/runtime_node_select.h b/scene/debugger/runtime_node_select.h index e28264b235..67cadf6c4e 100644 --- a/scene/debugger/runtime_node_select.h +++ b/scene/debugger/runtime_node_select.h @@ -32,6 +32,8 @@ #ifdef DEBUG_ENABLED +#include "core/object/ref_counted.h" + #ifndef _3D_DISABLED #include "scene/debugger/view_3d_controller.h" #include "scene/resources/mesh.h"