summaryrefslogtreecommitdiffstats
path: root/editor/editor_run_native.cpp
diff options
context:
space:
mode:
authorYuri Sizov <yuris@humnom.net>2022-07-31 21:14:15 +0300
committerYuri Sizov <yuris@humnom.net>2022-07-31 21:14:15 +0300
commit9f55bd971e9ffb8fb74d29d8d4653558fc70a4dd (patch)
treeca976aac7588748d97a08749528fd7040b944eac /editor/editor_run_native.cpp
parent7686cfec64a9cbfe1c27bfa4f8b1eaf43755830e (diff)
downloadredot-engine-9f55bd971e9ffb8fb74d29d8d4653558fc70a4dd.tar.gz
Extract EditorResourceConversionPlugin into its own source files and clean up editor includes
Diffstat (limited to 'editor/editor_run_native.cpp')
-rw-r--r--editor/editor_run_native.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_run_native.cpp b/editor/editor_run_native.cpp
index ec5edab860..d8b738be17 100644
--- a/editor/editor_run_native.cpp
+++ b/editor/editor_run_native.cpp
@@ -32,6 +32,7 @@
#include "editor/editor_node.h"
#include "editor/editor_scale.h"
+#include "editor/editor_settings.h"
#include "editor/export/editor_export_platform.h"
void EditorRunNative::_notification(int p_what) {