basis_reduction_tab.c: add missing include
authorSven Verdoolaege <skimo@purples.(none)>
Sat, 5 Sep 2009 21:18:20 +0000 (23:18 +0200)
committerSven Verdoolaege <skimo@purples.(none)>
Sun, 6 Sep 2009 15:57:15 +0000 (17:57 +0200)
basis_reduction_tab.c

index 29b4ef6..30b7740 100644 (file)
@@ -1,4 +1,5 @@
 #include <assert.h>
+#include "isl_seq.h"
 #include "isl_tab.h"
 
 struct tab_lp {