From 0cd08a93ec52fd1cf967ee70b904be4cc0f5b7f7 Mon Sep 17 00:00:00 2001 From: Karroffel Date: Fri, 3 Mar 2017 02:32:28 +0100 Subject: [PATCH] referring to other headers relatively --- include/godot/core/Vector2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/godot/core/Vector2.h b/include/godot/core/Vector2.h index 6b18ea8..59b9707 100644 --- a/include/godot/core/Vector2.h +++ b/include/godot/core/Vector2.h @@ -5,7 +5,7 @@ #include -#include +#include "String.h" namespace godot {