summaryrefslogtreecommitdiffstats
path: root/editor/editor_plugin.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2021-09-15 10:51:44 +0200
committerGitHub <noreply@github.com>2021-09-15 10:51:44 +0200
commitaff0521d3f963f9e2a1bb53bb8d95bacffe42448 (patch)
tree1f98c5af9f0673b85cb86e9e63a01f2b23a16cd8 /editor/editor_plugin.cpp
parentc2083160b11a15a533ee37169d96f9d6e7414645 (diff)
parentbaf2f374f4858f669cbff49b1079784c1782fb4f (diff)
downloadredot-engine-aff0521d3f963f9e2a1bb53bb8d95bacffe42448.tar.gz
Merge pull request #51800 from KoBeWi/command_museum
Sort palette commands by last use
Diffstat (limited to 'editor/editor_plugin.cpp')
-rw-r--r--editor/editor_plugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_plugin.cpp b/editor/editor_plugin.cpp
index 73ea4fb5ef..5baffb6f9d 100644
--- a/editor/editor_plugin.cpp
+++ b/editor/editor_plugin.cpp
@@ -30,6 +30,7 @@
#include "editor_plugin.h"
+#include "editor/editor_command_palette.h"
#include "editor/editor_export.h"
#include "editor/editor_node.h"
#include "editor/editor_paths.h"