From bbbeb9fcda380ae2ac092c42e36e0eea31846bf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 23 Aug 2012 13:26:06 +0000 Subject: include headers svn path=/trunk/externals/iem/iemmatrix/; revision=16170 --- src/mtx_qhull/vectors.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/mtx_qhull/vectors.c') 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 +#include +#include + vector_t initVector (float x, float y, float z) { vector_t vec={x, y, z}; -- cgit v1.2.1