From: Tobias Grosser Date: Sun, 13 Apr 2014 18:33:32 +0000 (+0200) Subject: Add missing include of isl/aff.h X-Git-Tag: barvinok-0.37~3 X-Git-Url: https://repo.or.cz/w/barvinok.git/commitdiff_plain/e504ad9c545fc61589bad15c9923534221cc03f9 Add missing include of isl/aff.h Signed-off-by: Tobias Grosser Signed-off-by: Sven Verdoolaege --- diff --git a/iscc.c b/iscc.c index aa6c73a..52ed315 100644 --- a/iscc.c +++ b/iscc.c @@ -3,6 +3,7 @@ #include #include #include +#include #include #include #include