From 880048377de06c7e34cbfadd68bad2eb3ca17b3d Mon Sep 17 00:00:00 2001 From: Karroffel Date: Wed, 2 Aug 2017 02:46:45 +0200 Subject: [GDNative] better header include paths The old include paths caused some problems on some compilers, for example including "string.h" was ambiguous. --- modules/gdnative/gdnative.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/gdnative/gdnative.h') diff --git a/modules/gdnative/gdnative.h b/modules/gdnative/gdnative.h index dd845cab7a..f02741f4e3 100644 --- a/modules/gdnative/gdnative.h +++ b/modules/gdnative/gdnative.h @@ -35,7 +35,7 @@ #include "os/thread_safe.h" #include "resource.h" -#include "godot/gdnative.h" +#include class GDNativeLibrary : public Resource { GDCLASS(GDNativeLibrary, Resource) -- cgit v1.2.3