diff options
Diffstat (limited to 'gcc/tree-stdarg.c')
-rw-r--r-- | gcc/tree-stdarg.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/tree-stdarg.c b/gcc/tree-stdarg.c index 2c8aac289b6..b0d2dacd8e1 100644 --- a/gcc/tree-stdarg.c +++ b/gcc/tree-stdarg.c @@ -29,6 +29,8 @@ along with GCC; see the file COPYING3. If not see #include "target.h" #include "bitmap.h" #include "gimple.h" +#include "gimple-iterator.h" +#include "gimple-walk.h" #include "gimple-ssa.h" #include "tree-phinodes.h" #include "ssa-iterators.h" |