diff options
author | Raul Santos <raulsntos@gmail.com> | 2022-07-30 02:00:56 +0200 |
---|---|---|
committer | Raul Santos <raulsntos@gmail.com> | 2022-07-30 02:00:56 +0200 |
commit | cef3ca4024fbf0c435f17892b243aacea8b036cc (patch) | |
tree | 475150de8d36ee03f48972c90e0810ce84619012 /modules | |
parent | 9094262a6b9f3d7fc5aa8a8dd582ec1058bfce71 (diff) |
Add editor_paths.h include missing in mono module
Diffstat (limited to 'modules')
-rw-r--r-- | modules/mono/editor/editor_internal_calls.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mono/editor/editor_internal_calls.cpp b/modules/mono/editor/editor_internal_calls.cpp index 8b1b44852f..cfbb937aac 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" |