diff options
Diffstat (limited to 'gcc/print-tree.c')
-rw-r--r-- | gcc/print-tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/print-tree.c b/gcc/print-tree.c index d75efa7..f1a2455 100644 --- a/gcc/print-tree.c +++ b/gcc/print-tree.c @@ -29,6 +29,7 @@ along with GCC; see the file COPYING3. If not see #include "langhooks.h" #include "tree-iterator.h" #include "diagnostic.h" +#include "gimple-pretty-print.h" #include "tree-flow.h" #include "tree-pass.h" |