diff options
Diffstat (limited to 'gcc/loop-iv.c')
-rw-r--r-- | gcc/loop-iv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/loop-iv.c b/gcc/loop-iv.c index cdcd303d4fd..d31f0fa242d 100644 --- a/gcc/loop-iv.c +++ b/gcc/loop-iv.c @@ -62,6 +62,7 @@ along with GCC; see the file COPYING3. If not see #include "diagnostic-core.h" #include "df.h" #include "hashtab.h" +#include "dumpfile.h" /* Possible return values of iv_get_reaching_def. */ |