diff options
Diffstat (limited to 'gcc/graphite-cloog-util.h')
-rw-r--r-- | gcc/graphite-cloog-util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/graphite-cloog-util.h b/gcc/graphite-cloog-util.h index 17a3be4..3180b0e 100644 --- a/gcc/graphite-cloog-util.h +++ b/gcc/graphite-cloog-util.h @@ -21,6 +21,8 @@ along with GCC; see the file COPYING3. If not see #ifndef GRAPHITE_CLOOG_UTIL_H #define GRAPHITE_CLOOG_UTIL_H +#include "cloog/cloog.h" + CloogMatrix *new_Cloog_Matrix_from_ppl_Polyhedron (ppl_const_Polyhedron_t); CloogDomain *new_Cloog_Domain_from_ppl_Polyhedron (ppl_const_Polyhedron_t); CloogDomain * new_Cloog_Domain_from_ppl_Pointset_Powerset ( |