From 51c3720b2e4f6e4a95c6be5916f93a8c69cf2aa8 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Thu, 23 Apr 2015 18:16:02 +0200 Subject: [PATCH] isl_map_list.c: directly include required header Do so instead of relying on this header getting included indirectly. Signed-off-by: Sven Verdoolaege --- isl_map_list.c | 1 + 1 file changed, 1 insertion(+) diff --git a/isl_map_list.c b/isl_map_list.c index 6e818c59..5e9305f6 100644 --- a/isl_map_list.c +++ b/isl_map_list.c @@ -1,4 +1,5 @@ #include +#include #undef EL #define EL isl_basic_map -- 2.11.4.GIT