diff options
Diffstat (limited to 'gcc/tree-tailcall.c')
-rw-r--r-- | gcc/tree-tailcall.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-tailcall.c b/gcc/tree-tailcall.c index d651c3b..e67f580 100644 --- a/gcc/tree-tailcall.c +++ b/gcc/tree-tailcall.c @@ -29,6 +29,7 @@ along with GCC; see the file COPYING3. If not see #include "tree-flow.h" #include "tree-dump.h" #include "diagnostic.h" +#include "gimple-pretty-print.h" #include "except.h" #include "tree-pass.h" #include "flags.h" |