diff options
Diffstat (limited to 'gcc/omp-low.c')
-rw-r--r-- | gcc/omp-low.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/omp-low.c b/gcc/omp-low.c index 6da219e6869..316ec1ff56c 100644 --- a/gcc/omp-low.c +++ b/gcc/omp-low.c @@ -32,7 +32,7 @@ along with GCC; see the file COPYING3. If not see #include "tree-inline.h" #include "langhooks.h" #include "diagnostic-core.h" -#include "tree-flow.h" +#include "tree-ssa.h" #include "flags.h" #include "function.h" #include "expr.h" |