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 601efd6..9cdb1a5 100644 --- a/gcc/tree-cfg.c +++ b/gcc/tree-cfg.c @@ -31,6 +31,8 @@ along with GCC; see the file COPYING3. If not see #include "ggc.h" #include "gimple-pretty-print.h" #include "gimplify.h" +#include "gimple-iterator.h" +#include "gimple-walk.h" #include "gimple-ssa.h" #include "cgraph.h" #include "tree-cfg.h" |