diff options
Diffstat (limited to 'gcc/tree-chrec.c')
-rw-r--r-- | gcc/tree-chrec.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/tree-chrec.c b/gcc/tree-chrec.c index 64f2dcb..af46b38 100644 --- a/gcc/tree-chrec.c +++ b/gcc/tree-chrec.c @@ -29,7 +29,8 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "tree-pretty-print.h" #include "cfgloop.h" -#include "tree-ssa.h" +#include "gimple.h" +#include "tree-ssa-loop.h" #include "tree-chrec.h" #include "dumpfile.h" #include "params.h" |