aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-09-26 14:09:03 +0000
committerJeff Law <law@gcc.gnu.org>2018-09-26 08:09:03 -0600
commit9b4e3b9a661e6316b0fe2a966347fc8e9c39d552 (patch)
tree6339305486ff9e305e3b762836b5fda70d062850
parent19071aa48cc07a78b0ccbafd8f3e8df61607be06 (diff)
downloadgcc-9b4e3b9a661e6316b0fe2a966347fc8e9c39d552.zip
gcc-9b4e3b9a661e6316b0fe2a966347fc8e9c39d552.tar.gz
gcc-9b4e3b9a661e6316b0fe2a966347fc8e9c39d552.tar.bz2
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/ChangeLog5
-rw-r--r--gcc/graphite.h2
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2eeacef..1531c39 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 be0a22b..8db5700 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>