From: Richard Biener Date: Wed, 1 Aug 2018 08:07:16 +0000 (+0000) Subject: re PR tree-optimization/86724 (Compilation error with new isl 0.20 (missing includes)) X-Git-Tag: releases/gcc-7.4.0~238 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2250ca17bd7748020f1ba06219b994da0d840c64;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: r263195 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2caae5d77784..a8a30835bc13 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-07-29 John David Anglin * config/pa/pa.c (pa_output_addr_vec): Align address table. diff --git a/gcc/graphite.h b/gcc/graphite.h index d22c4f2693f5..e69edf2ae157 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;