From 98039d80f63b76e9be07f635b422008671be6315 Mon Sep 17 00:00:00 2001 From: Relintai Date: Fri, 16 Sep 2022 23:12:05 +0200 Subject: [PATCH] Fix include. --- scene/main/scene_tree.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene/main/scene_tree.cpp b/scene/main/scene_tree.cpp index 33283c3f0..d08a90e2a 100644 --- a/scene/main/scene_tree.cpp +++ b/scene/main/scene_tree.cpp @@ -44,7 +44,7 @@ #include "scene/3d/spatial.h" #include "scene/animation/scene_tree_tween.h" #include "scene/debugger/script_debugger_remote.h" -#include "scene/gui/shortcut.h" +#include "core/input/shortcut.h" #include "scene/resources/dynamic_font.h" #include "scene/resources/material.h" #include "scene/resources/mesh.h"