diff options
Diffstat (limited to 'gcc/tree-sra.c')
-rw-r--r-- | gcc/tree-sra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-sra.c b/gcc/tree-sra.c index 7ed166857e5..58c7565dcf6 100644 --- a/gcc/tree-sra.c +++ b/gcc/tree-sra.c @@ -80,7 +80,7 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "gimple.h" #include "cgraph.h" -#include "tree-flow.h" +#include "tree-ssa.h" #include "tree-pass.h" #include "ipa-prop.h" #include "statistics.h" |