Message ID | 528B694E.20907@redhat.com |
---|---|
State | New |
Headers | show |
On Tue, Nov 19, 2013 at 8:36 AM, Andrew MacLeod <amacleod@redhat.com> wrote: > graphite-sese-to-poly.c needs expr.h to compile. Fixed thusly and checked > in as revision 205027. Thanks! Diego.
* graphite-sese-to-poly.c: Include expr.h. Index: graphite-sese-to-poly.c =================================================================== *** graphite-sese-to-poly.c (revision 205024) --- graphite-sese-to-poly.c (working copy) *************** along with GCC; see the file COPYING3. *** 58,63 **** --- 58,64 ---- #include "tree-ssa-propagate.h" #ifdef HAVE_cloog + #include "expr.h" #include "graphite-poly.h" #include "graphite-sese-to-poly.h"