From 71a99d5517f5b4061e66c9e085d7b1922ee9577c Mon Sep 17 00:00:00 2001 From: Karroffel Date: Thu, 6 Apr 2017 00:21:00 +0200 Subject: [DLScript] removed STL imports --- modules/dlscript/godot/godot_string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/dlscript/godot/godot_string.cpp') diff --git a/modules/dlscript/godot/godot_string.cpp b/modules/dlscript/godot/godot_string.cpp index 1501743e02..43f05500fd 100644 --- a/modules/dlscript/godot/godot_string.cpp +++ b/modules/dlscript/godot/godot_string.cpp @@ -3,7 +3,7 @@ #include "string_db.h" #include "ustring.h" -#include // why is there no btw? +#include #ifdef __cplusplus extern "C" { -- cgit v1.2.3