summaryrefslogtreecommitdiff
path: root/modules/gdnative/godot/godot_string.h
diff options
context:
space:
mode:
authorKarroffel <therzog@mail.de>2017-04-17 19:52:18 +0200
committerKarroffel <therzog@mail.de>2017-04-17 19:52:18 +0200
commitf4261c88684cf27e7e8e9082c1cf850162c08ac4 (patch)
tree932cfe3e169e438432a295fc75845cdb56be5cc8 /modules/gdnative/godot/godot_string.h
parente46af1e23668e23160604742f8f1d22898796d1c (diff)
[GDNative] added "new" method and fixed headers
Diffstat (limited to 'modules/gdnative/godot/godot_string.h')
-rw-r--r--modules/gdnative/godot/godot_string.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdnative/godot/godot_string.h b/modules/gdnative/godot/godot_string.h
index 9289531c5e..4deec0922c 100644
--- a/modules/gdnative/godot/godot_string.h
+++ b/modules/gdnative/godot/godot_string.h
@@ -35,6 +35,7 @@ extern "C" {
#endif
#include <stdint.h>
+#include <wchar.h>
#ifndef GODOT_CORE_API_GODOT_STRING_TYPE_DEFINED
typedef struct godot_string {