Adds needed include <typeinfo>
Solves this issue #168 due to not having the include of typeinfopull/169/head
parent
499300ea6a
commit
d7236d3504
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
#include <gdnative_api_struct.gen.h>
|
#include <gdnative_api_struct.gen.h>
|
||||||
#include <nativescript/godot_nativescript.h>
|
#include <nativescript/godot_nativescript.h>
|
||||||
|
#include <typeinfo>
|
||||||
|
|
||||||
#include "CoreTypes.hpp"
|
#include "CoreTypes.hpp"
|
||||||
#include "Variant.hpp"
|
#include "Variant.hpp"
|
||||||
|
|
Loading…
Reference in New Issue