소스 검색

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"