From 71f10c42d09badbc3a847bdc0755b6d320eb6bc2 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Wed, 1 Aug 2018 07:21:08 +0000 Subject: [PATCH] re PR tree-optimization/86724 (Compilation error with new isl 0.20 (missing includes)) 2018-08-01 Richard Biener PR bootstrap/86724 * graphite.h: Include isl/id.h and isl/space.h to allow build with ISL 0.20. From-SVN: r263193 --- gcc/ChangeLog | 6 ++++++ gcc/graphite.h | 2 ++ 2 files changed, 8 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ef167fe415d..b934f43208f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2018-08-01 Richard Biener + + PR bootstrap/86724 + * graphite.h: Include isl/id.h and isl/space.h to allow build + with ISL 0.20. + 2018-08-01 Jan Willem Jagersma PR target/86651 diff --git a/gcc/graphite.h b/gcc/graphite.h index 4e0e58c60ab..be0a22b3894 100644 --- a/gcc/graphite.h +++ b/gcc/graphite.h @@ -37,6 +37,8 @@ along with GCC; see the file COPYING3. If not see #include #include #include +#include +#include typedef struct poly_dr *poly_dr_p; -- 2.30.2