From 9ab8332e54599fdb99802f750ac6f58e138da385 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Wed, 12 Oct 2011 12:24:04 +0200 Subject: [PATCH] hull.c: add missing include Signed-off-by: Sven Verdoolaege --- hull.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hull.c b/hull.c index 7c6196d..dece5f0 100644 --- a/hull.c +++ b/hull.c @@ -6,6 +6,7 @@ #include "hull.h" #include "ilp.h" #include "polysign.h" +#include "remove_equalities.h" #include "config.h" #ifndef USE_ZSOLVE -- 2.11.4.GIT