Add editor_paths.h include missing in mono module

This commit is contained in:
Raul Santos 2022-07-30 02:00:56 +02:00
parent 9094262a6b
commit cef3ca4024
No known key found for this signature in database
GPG Key ID: B532473AE3A803E4
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#include "core/version.h" #include "core/version.h"
#include "editor/debugger/editor_debugger_node.h" #include "editor/debugger/editor_debugger_node.h"
#include "editor/editor_node.h" #include "editor/editor_node.h"
#include "editor/editor_paths.h"
#include "editor/editor_scale.h" #include "editor/editor_scale.h"
#include "editor/plugins/script_editor_plugin.h" #include "editor/plugins/script_editor_plugin.h"
#include "main/main.h" #include "main/main.h"