From a872b54a3b7feb8ce55e65bbd4936f70efc0459e Mon Sep 17 00:00:00 2001 From: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Date: Fri, 10 Oct 2025 20:44:50 +0200 Subject: [PATCH] Fix 2D builds (again) --- scene/debugger/scene_debugger.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scene/debugger/scene_debugger.cpp b/scene/debugger/scene_debugger.cpp index 5c70c186364..ae2e420ee40 100644 --- a/scene/debugger/scene_debugger.cpp +++ b/scene/debugger/scene_debugger.cpp @@ -34,6 +34,8 @@ #include "core/debugger/engine_debugger.h" #include "core/io/dir_access.h" #include "core/io/marshalls.h" +#include "core/io/resource_loader.h" +#include "core/io/resource_saver.h" #include "core/math/math_fieldwise.h" #include "core/object/script_language.h" #include "core/os/time.h"