From: Nathan Sidwell Date: Thu, 11 May 2017 17:43:52 +0000 (+0000) Subject: * graphite-poly.c: Include dumpfile.h. X-Git-Tag: basepoints/gcc-9~7378 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31cf88b660fd8b72f81976eaf792d6b288ab6efb;p=thirdparty%2Fgcc.git * graphite-poly.c: Include dumpfile.h. From-SVN: r247919 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f8a0f5816a73..057973a78e1e 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 5e9323a5546d..2468ed6d6ec7 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. */