diff options
author | Nathan Sidwell <nathan@acm.org> | 2017-05-11 17:43:52 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@gcc.gnu.org> | 2017-05-11 17:43:52 +0000 |
commit | 31cf88b660fd8b72f81976eaf792d6b288ab6efb (patch) | |
tree | 880cdc26fb152654d7b37536a65a778df0c1c436 /gcc/graphite-poly.c | |
parent | 4f15a5da6f41bec5eced2956cb3f2e098ec8d77b (diff) | |
download | gcc-31cf88b660fd8b72f81976eaf792d6b288ab6efb.zip gcc-31cf88b660fd8b72f81976eaf792d6b288ab6efb.tar.gz gcc-31cf88b660fd8b72f81976eaf792d6b288ab6efb.tar.bz2 |
* graphite-poly.c: Include dumpfile.h.
From-SVN: r247919
Diffstat (limited to 'gcc/graphite-poly.c')
-rw-r--r-- | gcc/graphite-poly.c | 1 |
1 files changed, 1 insertions, 0 deletions
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. */ |