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