summaryrefslogtreecommitdiff
path: root/isl_tab_pip.c
diff options
context:
space:
mode:
authorSven Verdoolaege <skimo@kotnet.org>2010-08-15 15:06:26 +0200
committerSven Verdoolaege <skimo@kotnet.org>2010-09-04 11:04:28 +0200
commit093abd9827a83a22e2f06ff1e0f6f14d8ed9245c (patch)
treeae31caaad9b3544c5de6808197d532f79e1c37f6 /isl_tab_pip.c
parentc5c8fe2afb40e04406d0f463375e1675642e8993 (diff)
downloadisl-093abd9827a83a22e2f06ff1e0f6f14d8ed9245c.tar.gz
isl-093abd9827a83a22e2f06ff1e0f6f14d8ed9245c.tar.bz2
isl-093abd9827a83a22e2f06ff1e0f6f14d8ed9245c.zip
add public API for matrices
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Diffstat (limited to 'isl_tab_pip.c')
-rw-r--r--isl_tab_pip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/isl_tab_pip.c b/isl_tab_pip.c
index 6fc6459e..1cbc0139 100644
--- a/isl_tab_pip.c
+++ b/isl_tab_pip.c
@@ -11,6 +11,7 @@
#include "isl_seq.h"
#include "isl_tab.h"
#include "isl_sample.h"
+#include <isl_mat_private.h>
/*
* The implementation of parametric integer linear programming in this file