diff options
Diffstat (limited to 'gcc/tree-predcom.c')
-rw-r--r-- | gcc/tree-predcom.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/tree-predcom.c b/gcc/tree-predcom.c index 41873ce..dd7b6e2 100644 --- a/gcc/tree-predcom.c +++ b/gcc/tree-predcom.c @@ -199,6 +199,8 @@ along with GCC; see the file COPYING3. If not see #include "tree-chrec.h" #include "params.h" #include "diagnostic.h" +#include "tree-pretty-print.h" +#include "gimple-pretty-print.h" #include "tree-pass.h" #include "tree-affine.h" #include "tree-inline.h" |