From 9f55bd971e9ffb8fb74d29d8d4653558fc70a4dd Mon Sep 17 00:00:00 2001 From: Yuri Sizov Date: Sun, 31 Jul 2022 21:14:15 +0300 Subject: Extract EditorResourceConversionPlugin into its own source files and clean up editor includes --- editor/plugins/theme_editor_plugin.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'editor/plugins/theme_editor_plugin.cpp') diff --git a/editor/plugins/theme_editor_plugin.cpp b/editor/plugins/theme_editor_plugin.cpp index b4eab5f811..2a61ea0baa 100644 --- a/editor/plugins/theme_editor_plugin.cpp +++ b/editor/plugins/theme_editor_plugin.cpp @@ -36,6 +36,7 @@ #include "editor/editor_resource_picker.h" #include "editor/editor_scale.h" #include "editor/progress_dialog.h" +#include "scene/gui/color_picker.h" void ThemeItemImportTree::_update_items_tree() { import_items_tree->clear(); -- cgit v1.2.3