summaryrefslogtreecommitdiff
path: root/isl_mat.c
diff options
context:
space:
mode:
authorSven Verdoolaege <skimo@kotnet.org>2010-08-02 16:15:09 +0200
committerSven Verdoolaege <skimo@kotnet.org>2010-08-02 16:15:30 +0200
commitef20c9488b14fb24528a0b09a17d8933b5765afe (patch)
tree4d64488cd16677744299f8b4cf551cc32f76ae02 /isl_mat.c
parent6ca7d7bb32e5e7a1dcf751620596550895d3ff08 (diff)
downloadisl-ef20c9488b14fb24528a0b09a17d8933b5765afe.tar.gz
isl-ef20c9488b14fb24528a0b09a17d8933b5765afe.tar.bz2
isl-ef20c9488b14fb24528a0b09a17d8933b5765afe.zip
hide isl_dim internals
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Diffstat (limited to 'isl_mat.c')
-rw-r--r--isl_mat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/isl_mat.c b/isl_mat.c
index a019ce19..219ae555 100644
--- a/isl_mat.c
+++ b/isl_mat.c
@@ -11,6 +11,7 @@
#include "isl_seq.h"
#include "isl_mat.h"
#include "isl_map_private.h"
+#include <isl_dim_private.h>
struct isl_mat *isl_mat_alloc(struct isl_ctx *ctx,
unsigned n_row, unsigned n_col)