From 7e2fa303dbed85e25246fa7c6c01f270f595871c Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sat, 5 Sep 2009 23:18:20 +0200 Subject: [PATCH] basis_reduction_tab.c: add missing include --- basis_reduction_tab.c | 1 + 1 file changed, 1 insertion(+) diff --git a/basis_reduction_tab.c b/basis_reduction_tab.c index 29b4ef69..30b77409 100644 --- a/basis_reduction_tab.c +++ b/basis_reduction_tab.c @@ -1,4 +1,5 @@ #include +#include "isl_seq.h" #include "isl_tab.h" struct tab_lp { -- 2.11.4.GIT