summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKarroffel <therzog@mail.de>2017-03-03 02:32:28 +0100
committerKarroffel <therzog@mail.de>2017-03-03 02:32:28 +0100
commit0cd08a93ec52fd1cf967ee70b904be4cc0f5b7f7 (patch)
tree653096d8d0d30378d95246eeabfa6cb2fb417f6d /include
parenta1cb3d197f173528cf1ddc51874bf456bd63ebb2 (diff)
downloadredot-cpp-0cd08a93ec52fd1cf967ee70b904be4cc0f5b7f7.tar.gz
referring to other headers relatively
Diffstat (limited to 'include')
-rw-r--r--include/godot/core/Vector2.h2
1 files changed, 1 insertions, 1 deletions
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 <godot/godot_vector2.h>
-#include <String.h>
+#include "String.h"
namespace godot {