Browse Source

referring to other headers relatively

Karroffel 8 years ago
parent
commit
0cd08a93ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/godot/core/Vector2.h

+ 1 - 1
include/godot/core/Vector2.h

@@ -5,7 +5,7 @@
 
 
 #include <godot/godot_vector2.h>
 #include <godot/godot_vector2.h>
 
 
-#include <String.h>
+#include "String.h"
 
 
 namespace godot {
 namespace godot {