aboutsummaryrefslogtreecommitdiff
path: root/src/mtx_qhull/vectors.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mtx_qhull/vectors.c')
-rw-r--r--src/mtx_qhull/vectors.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mtx_qhull/vectors.c b/src/mtx_qhull/vectors.c
index 909543e..6cc3dd8 100644
--- a/src/mtx_qhull/vectors.c
+++ b/src/mtx_qhull/vectors.c
@@ -1,3 +1,8 @@
+#include "vectors.h"
+#include <math.h>
+#include <stdlib.h>
+#include <stdio.h>
+
vector_t initVector (float x, float y, float z) {
vector_t vec={x, y, z};