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