summaryrefslogtreecommitdiffstats
path: root/editor/export
diff options
context:
space:
mode:
Diffstat (limited to 'editor/export')
-rw-r--r--editor/export/project_export.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/export/project_export.cpp b/editor/export/project_export.cpp
index 2516e5df96..95c79ab58c 100644
--- a/editor/export/project_export.cpp
+++ b/editor/export/project_export.cpp
@@ -32,13 +32,13 @@
#include "core/config/project_settings.h"
#include "core/version.h"
-#include "editor/editor_file_dialog.h"
#include "editor/editor_file_system.h"
#include "editor/editor_node.h"
#include "editor/editor_properties.h"
#include "editor/editor_scale.h"
#include "editor/editor_settings.h"
#include "editor/export/editor_export.h"
+#include "editor/gui/editor_file_dialog.h"
#include "scene/gui/check_box.h"
#include "scene/gui/check_button.h"
#include "scene/gui/item_list.h"
@@ -47,6 +47,7 @@
#include "scene/gui/option_button.h"
#include "scene/gui/popup_menu.h"
#include "scene/gui/split_container.h"
+#include "scene/gui/tab_container.h"
#include "scene/gui/texture_rect.h"
#include "scene/gui/tree.h"