diff options
Diffstat (limited to 'core/object/undo_redo.cpp')
-rw-r--r-- | core/object/undo_redo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/object/undo_redo.cpp b/core/object/undo_redo.cpp index c5b66cda8c..65bae6f6e8 100644 --- a/core/object/undo_redo.cpp +++ b/core/object/undo_redo.cpp @@ -30,8 +30,8 @@ #include "undo_redo.h" +#include "core/io/resource.h" #include "core/os/os.h" -#include "core/resource.h" void UndoRedo::_discard_redo() { if (current_action == actions.size() - 1) { |