From 7e0c695a780d76bfae3c9d1ede5db85693ad6bb7 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Thu, 21 Jul 2016 17:52:24 +0200 Subject: [PATCH] isl_dim_map.h: add missing include This was missing from 188293a (isl_dim_map: extract from isl_map.c, Mon Mar 21 12:23:51 2011 +0100). Signed-off-by: Sven Verdoolaege --- isl_dim_map.h | 1 + 1 file changed, 1 insertion(+) diff --git a/isl_dim_map.h b/isl_dim_map.h index 0f988c31..4b613747 100644 --- a/isl_dim_map.h +++ b/isl_dim_map.h @@ -4,6 +4,7 @@ #include #include #include +#include struct isl_dim_map; typedef struct isl_dim_map isl_dim_map; -- 2.11.4.GIT