add generic isl_pw_*_set_tuple_id
[platform/upstream/isl.git] / isl_union_map_private.h
index 2022a0f..c0266c0 100644 (file)
@@ -1,9 +1,9 @@
 #define isl_union_set  isl_union_map
-#include <isl_union_map.h>
+#include <isl/union_map.h>
 
 struct isl_union_map {
        int ref;
-       isl_dim *dim;
+       isl_space *dim;
 
        struct isl_hash_table   table;
 };