summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/gdnative/vector2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gdnative/gdnative/vector2.cpp')
-rw-r--r--modules/gdnative/gdnative/vector2.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gdnative/gdnative/vector2.cpp b/modules/gdnative/gdnative/vector2.cpp
index eb8ffd74cd..a8d4281d25 100644
--- a/modules/gdnative/gdnative/vector2.cpp
+++ b/modules/gdnative/gdnative/vector2.cpp
@@ -31,6 +31,8 @@
#include "gdnative/vector2.h"
#include "core/math/vector2.h"
+#include "core/math/vector2i.h"
+#include "core/os/memory.h"
static_assert(sizeof(godot_vector2) == sizeof(Vector2), "Vector2 size mismatch");
static_assert(sizeof(godot_vector2i) == sizeof(Vector2i), "Vector2i size mismatch");