From cef3ca4024fbf0c435f17892b243aacea8b036cc Mon Sep 17 00:00:00 2001 From: Raul Santos Date: Sat, 30 Jul 2022 02:00:56 +0200 Subject: [PATCH] Add editor_paths.h include missing in mono module --- modules/mono/editor/editor_internal_calls.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/mono/editor/editor_internal_calls.cpp b/modules/mono/editor/editor_internal_calls.cpp index 8b1b44852fb..cfbb937aacf 100644 --- a/modules/mono/editor/editor_internal_calls.cpp +++ b/modules/mono/editor/editor_internal_calls.cpp @@ -39,6 +39,7 @@ #include "core/version.h" #include "editor/debugger/editor_debugger_node.h" #include "editor/editor_node.h" +#include "editor/editor_paths.h" #include "editor/editor_scale.h" #include "editor/plugins/script_editor_plugin.h" #include "main/main.h"