Browse Source

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

Add `editor_paths.h` include missing in mono module
Rémi Verschelde 3 years ago
parent
commit
bd58300718
1 changed files with 1 additions and 0 deletions
  1. 1 0
      modules/mono/editor/editor_internal_calls.cpp

+ 1 - 0
modules/mono/editor/editor_internal_calls.cpp

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