mirror of git://gcc.gnu.org/git/gcc.git
graphite-sese-to-poly.c: Include expr.h.
* graphite-sese-to-poly.c: Include expr.h. From-SVN: r205027
This commit is contained in:
parent
7d07de0b2e
commit
e4effef72d
|
|
@ -1,3 +1,7 @@
|
||||||
|
2013-11-19 Andrew MacLeod <amacleod@redhat.com>
|
||||||
|
|
||||||
|
* graphite-sese-to-poly.c: Include expr.h.
|
||||||
|
|
||||||
2013-11-19 Richard Biener <rguenther@suse.de>
|
2013-11-19 Richard Biener <rguenther@suse.de>
|
||||||
|
|
||||||
PR middle-end/58956
|
PR middle-end/58956
|
||||||
|
|
|
||||||
|
|
@ -58,6 +58,7 @@ along with GCC; see the file COPYING3. If not see
|
||||||
#include "tree-ssa-propagate.h"
|
#include "tree-ssa-propagate.h"
|
||||||
|
|
||||||
#ifdef HAVE_cloog
|
#ifdef HAVE_cloog
|
||||||
|
#include "expr.h"
|
||||||
#include "graphite-poly.h"
|
#include "graphite-poly.h"
|
||||||
#include "graphite-sese-to-poly.h"
|
#include "graphite-sese-to-poly.h"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue