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 --- platform/ios/export/export_plugin.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'platform/ios') diff --git a/platform/ios/export/export_plugin.cpp b/platform/ios/export/export_plugin.cpp index 85e8621aa0..9ca2948542 100644 --- a/platform/ios/export/export_plugin.cpp +++ b/platform/ios/export/export_plugin.cpp @@ -30,6 +30,7 @@ #include "export_plugin.h" +#include "core/string/translation.h" #include "editor/editor_node.h" void EditorExportPlatformIOS::get_preset_features(const Ref &p_preset, List *r_features) const { -- cgit v1.2.3