diff options
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/graphite-poly.c | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f8a0f58..057973a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2017-05-11 Nathan Sidwell <nathan@acm.org> + * graphite-poly.c: Include dumpfile.h. + * dumpfle.h (dump_function): Declare here ... * tree-dump.h (dump_function): ... not here. * dumpfile.c: #include tree-cfg.h. diff --git a/gcc/graphite-poly.c b/gcc/graphite-poly.c index 5e9323a..2468ed6 100644 --- a/gcc/graphite-poly.c +++ b/gcc/graphite-poly.c @@ -40,6 +40,7 @@ along with GCC; see the file COPYING3. If not see #include "pretty-print.h" #include "gimple-pretty-print.h" #include "graphite.h" +#include "dumpfile.h" /* Print to STDERR the GMP value VAL. */ |