summaryrefslogtreecommitdiff
path: root/isl_bound.c
diff options
context:
space:
mode:
authorSven Verdoolaege <skimo@kotnet.org>2011-03-16 16:19:45 +0100
committerSven Verdoolaege <skimo@kotnet.org>2011-03-16 16:19:45 +0100
commit0dcb90aef1a2934609fdce9d8cf527af8b558d43 (patch)
treea9ee51685a8a511d59f5d16ce45ee75de1783dae /isl_bound.c
parent83c88f056b70213b886b7579fd152f2f80a43dba (diff)
downloadisl-0dcb90aef1a2934609fdce9d8cf527af8b558d43.tar.gz
isl-0dcb90aef1a2934609fdce9d8cf527af8b558d43.tar.bz2
isl-0dcb90aef1a2934609fdce9d8cf527af8b558d43.zip
hide isl_ctx internals
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Diffstat (limited to 'isl_bound.c')
-rw-r--r--isl_bound.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/isl_bound.c b/isl_bound.c
index b25c2f6a..3828f8de 100644
--- a/isl_bound.c
+++ b/isl_bound.c
@@ -8,6 +8,7 @@
* 91893 Orsay, France
*/
+#include <isl_ctx_private.h>
#include <isl_map_private.h>
#include <isl_bound.h>
#include <isl_bernstein.h>