diff options
Diffstat (limited to 'gcc/tree-cfg.c')
-rw-r--r-- | gcc/tree-cfg.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/tree-cfg.c b/gcc/tree-cfg.c index ba734150fc3..ec69dd89070 100644 --- a/gcc/tree-cfg.c +++ b/gcc/tree-cfg.c @@ -33,6 +33,8 @@ along with GCC; see the file COPYING3. If not see #include "ggc.h" #include "langhooks.h" #include "diagnostic.h" +#include "tree-pretty-print.h" +#include "gimple-pretty-print.h" #include "tree-flow.h" #include "timevar.h" #include "tree-dump.h" |