diff options
Diffstat (limited to 'gcc/tree-sra.c')
-rw-r--r-- | gcc/tree-sra.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-sra.c b/gcc/tree-sra.c index 08c03e17781..ae038f9a441 100644 --- a/gcc/tree-sra.c +++ b/gcc/tree-sra.c @@ -83,6 +83,7 @@ along with GCC; see the file COPYING3. If not see #include "tree-flow.h" #include "ipa-prop.h" #include "diagnostic.h" +#include "tree-pretty-print.h" #include "statistics.h" #include "tree-dump.h" #include "timevar.h" |