Преглед изворни кода

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"