graphite-sese-to-poly.c: Include expr.h.
authorAndrew MacLeod <amacleod@redhat.com>
Tue, 19 Nov 2013 13:34:31 +0000 (13:34 +0000)
committerAndrew Macleod <amacleod@gcc.gnu.org>
Tue, 19 Nov 2013 13:34:31 +0000 (13:34 +0000)
* graphite-sese-to-poly.c: Include expr.h.

From-SVN: r205027

gcc/ChangeLog
gcc/graphite-sese-to-poly.c

index fdfb2ef64bda148b68e54f3b7a5abd96ca3829f4..1a32bf02b6dc4ec931dd428f693743863bde6a3f 100644 (file)
@@ -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>
 
        PR middle-end/58956
index 7d705bb339443235b0949827639a23232df9e279..620d09b8544bb84c645878b295fd685e4682f47a 100644 (file)
@@ -58,6 +58,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-ssa-propagate.h"
 
 #ifdef HAVE_cloog
+#include "expr.h"
 #include "graphite-poly.h"
 #include "graphite-sese-to-poly.h"