re PR tree-optimization/86724 (Compilation error with new isl 0.20 (missing includes))

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
This commit is contained in:
Richard Biener 2018-08-01 07:21:08 +00:00 committed by Richard Biener
parent 3311d93cbf
commit 71f10c42d0
2 changed files with 8 additions and 0 deletions

View 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

View 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;