diff options
Diffstat (limited to 'gcc/tree-ssa-strlen.c')
-rw-r--r-- | gcc/tree-ssa-strlen.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/tree-ssa-strlen.c b/gcc/tree-ssa-strlen.c index 799c21f..15391da 100644 --- a/gcc/tree-ssa-strlen.c +++ b/gcc/tree-ssa-strlen.c @@ -30,6 +30,7 @@ along with GCC; see the file COPYING3. If not see #include "ssa.h" #include "cgraph.h" #include "gimple-pretty-print.h" +#include "gimple-ssa-warn-access.h" #include "gimple-ssa-warn-restrict.h" #include "fold-const.h" #include "stor-layout.h" @@ -47,6 +48,7 @@ along with GCC; see the file COPYING3. If not see #include "tree-ssa-strlen.h" #include "tree-hash-traits.h" #include "builtins.h" +#include "pointer-query.h" #include "target.h" #include "diagnostic-core.h" #include "diagnostic.h" |