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

Merge pull request #170 from mundusnine/patch-1

Adds needed include <typeinfo>
Thomas Herzog пре 7 година
родитељ
комит
f7fafbbba4
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"