浏览代码

Add editor_paths.h include missing in mono module

Raul Santos 3 年之前
父节点
当前提交
cef3ca4024
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 "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"