summaryrefslogtreecommitdiff
path: root/modules/gdnative/godot/vector2.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gdnative/godot/vector2.h')
-rw-r--r--modules/gdnative/godot/vector2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/godot/vector2.h b/modules/gdnative/godot/vector2.h
index 9934ddadbb..9db238b4fd 100644
--- a/modules/gdnative/godot/vector2.h
+++ b/modules/gdnative/godot/vector2.h
@@ -45,7 +45,7 @@ typedef struct {
} godot_vector2;
#endif
-#include "gdnative.h"
+#include <godot/gdnative.h>
void GDAPI godot_vector2_new(godot_vector2 *r_dest, const godot_real p_x, const godot_real p_y);