diff options
Diffstat (limited to 'gcc/gimple-low.c')
-rw-r--r-- | gcc/gimple-low.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gimple-low.c b/gcc/gimple-low.c index d527d86ab22..519e984da28 100644 --- a/gcc/gimple-low.c +++ b/gcc/gimple-low.c @@ -24,6 +24,7 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #include "tree.h" #include "gimple.h" +#include "gimple-iterator.h" #include "tree-iterator.h" #include "tree-inline.h" #include "flags.h" |