diff options
Diffstat (limited to 'gcc/tree-dump.c')
-rw-r--r-- | gcc/tree-dump.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-dump.c b/gcc/tree-dump.c index 2a39ae449d2..12a2be7e49e 100644 --- a/gcc/tree-dump.c +++ b/gcc/tree-dump.c @@ -28,6 +28,7 @@ along with GCC; see the file COPYING3. If not see #include "tree-dump.h" #include "langhooks.h" #include "tree-iterator.h" +#include "tree-pretty-print.h" static unsigned int queue (dump_info_p, const_tree, int); static void dump_index (dump_info_p, unsigned int); |