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

index 7b3caa6..df50980 100644 (file)
--- a/isl_div.c
+++ b/isl_div.c
@@ -1,6 +1,7 @@
 #include <isl_div.h>
 #include <isl_map.h>
 #include "isl_map_private.h"
+#include "isl_seq.h"
 
 static unsigned n(struct isl_div *d, enum isl_dim_type type)
 {