瀏覽代碼

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"