From 0ac15e5b18b69c434b27aa502d63820438b0522f Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Tue, 29 Aug 2017 11:34:49 +0200 Subject: [PATCH] isl_ast_graft.c: directly include required header Do so instead of relying on the header getting included indirectly. Signed-off-by: Sven Verdoolaege --- isl_ast_graft.c | 1 + 1 file changed, 1 insertion(+) diff --git a/isl_ast_graft.c b/isl_ast_graft.c index 6d90dd2b..8b946d9f 100644 --- a/isl_ast_graft.c +++ b/isl_ast_graft.c @@ -10,6 +10,7 @@ * B.P. 105 - 78153 Le Chesnay, France */ +#include #include #include #include -- 2.11.4.GIT