diff options
Diffstat (limited to 'gcc/asan.c')
-rw-r--r-- | gcc/asan.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/asan.c b/gcc/asan.c index a5978df4214..6f3c0b894c8 100644 --- a/gcc/asan.c +++ b/gcc/asan.c @@ -25,7 +25,8 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "gimple.h" #include "tree-iterator.h" -#include "tree-ssa.h" +#include "cgraph.h" +#include "tree-ssanames.h" #include "tree-pass.h" #include "asan.h" #include "gimple-pretty-print.h" |