From 31cf88b660fd8b72f81976eaf792d6b288ab6efb Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Thu, 11 May 2017 17:43:52 +0000 Subject: [PATCH] * graphite-poly.c: Include dumpfile.h. From-SVN: r247919 --- gcc/ChangeLog | 2 ++ gcc/graphite-poly.c | 1 + 2 files changed, 3 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f8a0f5816a7..057973a78e1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2017-05-11 Nathan Sidwell + * 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 5e9323a5546..2468ed6d6ec 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. */ -- 2.30.2