diff options
Diffstat (limited to 'gcc/loop-init.c')
-rw-r--r-- | gcc/loop-init.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/loop-init.c b/gcc/loop-init.c index b381745..f4251fc 100644 --- a/gcc/loop-init.c +++ b/gcc/loop-init.c @@ -31,7 +31,8 @@ along with GCC; see the file COPYING3. If not see #include "flags.h" #include "df.h" #include "ggc.h" -#include "tree-ssa.h" +#include "gimple.h" +#include "tree-ssa-loop.h" /* Apply FLAGS to the loop state. */ |