summaryrefslogtreecommitdiff
path: root/platform/macos/export
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 /platform/macos/export
parent7686cfec64a9cbfe1c27bfa4f8b1eaf43755830e (diff)
Extract EditorResourceConversionPlugin into its own source files and clean up editor includes
Diffstat (limited to 'platform/macos/export')
-rw-r--r--platform/macos/export/export_plugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/macos/export/export_plugin.cpp b/platform/macos/export/export_plugin.cpp
index 2ec2bb92d3..bcc2636c07 100644
--- a/platform/macos/export/export_plugin.cpp
+++ b/platform/macos/export/export_plugin.cpp
@@ -32,6 +32,7 @@
#include "codesign.h"
+#include "core/string/translation.h"
#include "editor/editor_node.h"
#include "editor/editor_paths.h"