Merge pull request #63661 from raulsntos/fix-editor-paths-include

Add `editor_paths.h` include missing in mono module
This commit is contained in:
Rémi Verschelde 2022-07-31 09:57:37 +02:00 committed by GitHub
commit bd58300718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"