aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite.h
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 /gcc/graphite.h
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
Diffstat (limited to 'gcc/graphite.h')
-rw-r--r--gcc/graphite.h2
1 files changed, 2 insertions, 0 deletions
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>