graphite.h: Include <isl/id.h> and <isl/space.h>...
authorAlexey Neyman <stilor@att.net>
Wed, 26 Sep 2018 14:09:03 +0000 (14:09 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 26 Sep 2018 14:09:03 +0000 (08:09 -0600)
* graphite.h: Include <isl/id.h> and <isl/space.h>; these
headers are no longer pulled in by <isl/val.h>.

From-SVN: r264642

gcc/ChangeLog
gcc/graphite.h

index 2eeacefe612cf7cbc8e6b4c568233492b5d8a865..1531c39102beeb61ea81a7d1d56cc0ab12a7d58e 100644 (file)
@@ -1,3 +1,8 @@
+2018-09-26  Alexey Neyman  <stilor@att.net>
+
+       * graphite.h: Include <isl/id.h> and <isl/space.h>; these
+       headers are no longer pulled in by <isl/val.h>.
+
 2018-09-26  Matthew Malcomson  <matthew.malcomson@arm.com>
 
        * config/arm/arm.c (arm_split_compare_and_swap, arm_split_atomic_op):
index be0a22b38942850d88feb159603bb846a8607539..8db5700e03f10b4c83bfa372d2efdeed4a7f7b9c 100644 (file)
@@ -26,6 +26,8 @@ along with GCC; see the file COPYING3.  If not see
 #include <isl/options.h>
 #include <isl/ctx.h>
 #include <isl/val.h>
+#include <isl/id.h>
+#include <isl/space.h>
 #include <isl/set.h>
 #include <isl/union_set.h>
 #include <isl/map.h>