diff options
author | Alexey Neyman <stilor@att.net> | 2018-09-26 14:09:03 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2018-09-26 08:09:03 -0600 |
commit | 9b4e3b9a661e6316b0fe2a966347fc8e9c39d552 (patch) | |
tree | 6339305486ff9e305e3b762836b5fda70d062850 | |
parent | 19071aa48cc07a78b0ccbafd8f3e8df61607be06 (diff) | |
download | gcc-9b4e3b9a661e6316b0fe2a966347fc8e9c39d552.tar.gz |
graphite.h: Include <isl/id.h> and <isl/space.h>...
* graphite.h: Include <isl/id.h> and <isl/space.h>; these
headers are no longer pulled in by <isl/val.h>.
From-SVN: r264642
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/graphite.h | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2eeacefe612..1531c39102b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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): diff --git a/gcc/graphite.h b/gcc/graphite.h index be0a22b3894..8db5700e03f 100644 --- a/gcc/graphite.h +++ b/gcc/graphite.h @@ -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> |