소스 검색

Adds needed include <typeinfo>

 Solves this issue #168 due to not having the include of typeinfo
mundusnine 7 년 전
부모
커밋
d7236d3504
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/core/Godot.hpp

+ 1 - 1
include/core/Godot.hpp

@@ -6,7 +6,7 @@
 
 #include <gdnative_api_struct.gen.h>
 #include <nativescript/godot_nativescript.h>
-
+#include <typeinfo>
 
 #include "CoreTypes.hpp"
 #include "Variant.hpp"