Adds needed include <typeinfo>

Solves this issue #168 due to not having the include of typeinfo
pull/169/head
mundusnine 2018-08-14 16:00:46 -04:00 committed by GitHub
parent 499300ea6a
commit d7236d3504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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