aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/godot/string.cpp
diff options
context:
space:
mode:
authorKarroffel2017-08-02 02:46:45 +0200
committerKarroffel2017-08-02 03:50:33 +0200
commit880048377de06c7e34cbfadd68bad2eb3ca17b3d (patch)
tree18d43448cb6ac749b64502d345039a85ded8696c /modules/gdnative/godot/string.cpp
parent3a3915b72628dc12e4b79157861ec2ea910c1f31 (diff)
downloadgodot-880048377de06c7e34cbfadd68bad2eb3ca17b3d.tar.gz
godot-880048377de06c7e34cbfadd68bad2eb3ca17b3d.tar.zst
godot-880048377de06c7e34cbfadd68bad2eb3ca17b3d.zip
Diffstat (limited to 'modules/gdnative/godot/string.cpp')
-rw-r--r--modules/gdnative/godot/string.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/godot/string.cpp b/modules/gdnative/godot/string.cpp
index e54ef3655..3573f266a 100644
--- a/modules/gdnative/godot/string.cpp
+++ b/modules/gdnative/godot/string.cpp
@@ -27,7 +27,7 @@
/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
-#include "string.h"
+#include <godot/string.h>
#include "string_db.h"
#include "ustring.h"