diff options
Diffstat (limited to 'gcc/lto-section-out.c')
-rw-r--r-- | gcc/lto-section-out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto-section-out.c b/gcc/lto-section-out.c index 8145ec33354..59eed716630 100644 --- a/gcc/lto-section-out.c +++ b/gcc/lto-section-out.c @@ -29,7 +29,7 @@ along with GCC; see the file COPYING3. If not see #include "input.h" #include "hashtab.h" #include "basic-block.h" -#include "tree-flow.h" +#include "tree-ssa.h" #include "cgraph.h" #include "function.h" #include "ggc.h" |