X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_union_map_private.h;h=7a502e7bdd5ec981051addd92aa86f54a1ad5841;hb=63fb8a7f484648c3caa25351c8c94ac2395ec563;hp=2abd4ff9b9793b64f5a987936a0ea089aad3419f;hpb=f3c292bf31fbb13ce50a8877ee71910897276a24;p=platform%2Fupstream%2Fisl.git diff --git a/isl_union_map_private.h b/isl_union_map_private.h index 2abd4ff..7a502e7 100644 --- a/isl_union_map_private.h +++ b/isl_union_map_private.h @@ -1,9 +1,10 @@ #define isl_union_set isl_union_map #include +#include struct isl_union_map { int ref; - isl_dim *dim; + isl_space *dim; struct isl_hash_table table; };