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/macos/export/export_plugin.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'platform/macos/export/export_plugin.cpp') 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" -- cgit v1.2.3