summaryrefslogtreecommitdiff
path: root/modules/gdnative/godot/godot_basis.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gdnative/godot/godot_basis.h')
-rw-r--r--modules/gdnative/godot/godot_basis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdnative/godot/godot_basis.h b/modules/gdnative/godot/godot_basis.h
index a8f19bfde5..e65e5b6830 100644
--- a/modules/gdnative/godot/godot_basis.h
+++ b/modules/gdnative/godot/godot_basis.h
@@ -43,6 +43,7 @@ typedef struct godot_basis {
#endif
#include "../godot.h"
+#include "godot_quat.h"
void GDAPI godot_basis_new(godot_basis *p_basis);
void GDAPI godot_basis_new_with_euler_quat(godot_basis *p_basis, const godot_quat *p_euler);