Merge pull request #170 from mundusnine/patch-1

Adds needed include <typeinfo>
pull/179/head
Thomas Herzog 2018-08-15 08:58:03 +02:00 committed by GitHub
commit f7fafbbba4
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 <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"