diff options
Diffstat (limited to 'editor/editor_command_palette.cpp')
-rw-r--r-- | editor/editor_command_palette.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_command_palette.cpp b/editor/editor_command_palette.cpp index d740641f57..b963330fdc 100644 --- a/editor/editor_command_palette.cpp +++ b/editor/editor_command_palette.cpp @@ -36,6 +36,7 @@ #include "editor/gui/editor_toaster.h" #include "editor/themes/editor_scale.h" #include "scene/gui/control.h" +#include "scene/gui/margin_container.h" #include "scene/gui/tree.h" EditorCommandPalette *EditorCommandPalette::singleton = nullptr; |