diff options
Diffstat (limited to 'gcc/asan.c')
-rw-r--r-- | gcc/asan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/asan.c b/gcc/asan.c index afe52602232..1397173b3f6 100644 --- a/gcc/asan.c +++ b/gcc/asan.c @@ -24,7 +24,7 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "gimple.h" #include "tree-iterator.h" -#include "tree-flow.h" +#include "tree-ssa.h" #include "tree-pass.h" #include "asan.h" #include "gimple-pretty-print.h" |