diff options
Diffstat (limited to 'gcc/mcf.c')
-rw-r--r-- | gcc/mcf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/mcf.c b/gcc/mcf.c index d284fc5a4c2..f5985c134ab 100644 --- a/gcc/mcf.c +++ b/gcc/mcf.c @@ -49,6 +49,7 @@ along with GCC; see the file COPYING3. If not see #include "basic-block.h" #include "gcov-io.h" #include "profile.h" +#include "dumpfile.h" /* CAP_INFINITY: Constant to represent infinite capacity. */ #define CAP_INFINITY INTTYPE_MAXIMUM (HOST_WIDEST_INT) |