add isl_aff_mod_val
[platform/upstream/isl.git] / isl_union_map_private.h
index 2abd4ff..7a502e7 100644 (file)
@@ -1,9 +1,10 @@
 #define isl_union_set  isl_union_map
 #include <isl/union_map.h>
+#include <isl/union_set.h>
 
 struct isl_union_map {
        int ref;
-       isl_dim *dim;
+       isl_space *dim;
 
        struct isl_hash_table   table;
 };