diff options
Diffstat (limited to 'gcc/tree-ssa-structalias.c')
-rw-r--r-- | gcc/tree-ssa-structalias.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/tree-ssa-structalias.c b/gcc/tree-ssa-structalias.c index e743e35..c120ce4 100644 --- a/gcc/tree-ssa-structalias.c +++ b/gcc/tree-ssa-structalias.c @@ -40,7 +40,8 @@ #include "params.h" #include "gimple-walk.h" #include "varasm.h" - +#include "stringpool.h" +#include "attribs.h" /* The idea behind this analyzer is to generate set constraints from the program, then solve the resulting constraints in order to generate the |