]> gcc.gnu.org Git - 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 07:21:08 +0000 (07:21 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 1 Aug 2018 07:21:08 +0000 (07:21 +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: r263193

gcc/ChangeLog
gcc/graphite.h

index ef167fe415d937adf0091330a3d785ca322bd0ee..b934f43208f922315b20d58bdc45a5a3ce41fc18 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-08-01 Jan Willem Jagersma  <jwjagersma@gmail.com>
 
        PR target/86651
index 4e0e58c60ab83f1b8acf576e83330466775fac17..be0a22b38942850d88feb159603bb846a8607539 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;
 
This page took 0.087827 seconds and 5 git commands to generate.