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/zhull.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/mtx_qhull/zhull.c') diff --git a/src/mtx_qhull/zhull.c b/src/mtx_qhull/zhull.c index d13260e..58f636e 100644 --- a/src/mtx_qhull/zhull.c +++ b/src/mtx_qhull/zhull.c @@ -1,7 +1,13 @@ +#include "zhull.h" + +#include +#include + #define TOL 1e-7 #define MAXIT 1000000 + vector_t averageListedPoints(const points_t points, const list_t list) { index_t i; vector_t m = initVector(0.0f, 0.0f, 0.0f); -- cgit v1.2.1