]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR tree-optimization/86724 (Compilation error with new isl 0.20 (missing includes))
authorRichard Biener <rguenther@suse.de>
Wed, 1 Aug 2018 08:07:16 +0000 (08:07 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 1 Aug 2018 08:07:16 +0000 (08:07 +0000)
2018-08-01  Richard Biener  <rguenther@suse.de>

PR bootstrap/86724
* graphite.h: Include isl/id.h and isl/space.h to allow build
with ISL 0.20.

From-SVN: r263195

gcc/ChangeLog
gcc/graphite.h

index 2caae5d77784f8334be3a33ccc084d48cb111c28..a8a30835bc13487a3f5790f8912ddbc9ff16d03c 100644 (file)
@@ -1,3 +1,9 @@
+2018-08-01  Richard Biener  <rguenther@suse.de>
+
+       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  <danglin@gcc.gnu.org>
 
        * config/pa/pa.c (pa_output_addr_vec): Align address table.
index d22c4f2693f5233023e0cea76899ce2086da09a8..e69edf2ae1578951ec6fa3474ce3c27087710716 100644 (file)
@@ -37,6 +37,8 @@ along with GCC; see the file COPYING3.  If not see
 #include <isl/schedule.h>
 #include <isl/ast_build.h>
 #include <isl/schedule_node.h>
+#include <isl/id.h>
+#include <isl/space.h>
 
 typedef struct poly_dr *poly_dr_p;