From: Richard Biener Date: Wed, 1 Aug 2018 07:21:08 +0000 (+0000) Subject: re PR tree-optimization/86724 (Compilation error with new isl 0.20 (missing includes)) X-Git-Tag: basepoints/gcc-10~4985 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71f10c42d09badbc3a847bdc0755b6d320eb6bc2;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ef167fe415d9..b934f43208f9 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 4e0e58c60ab8..be0a22b38942 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;