diff options
Diffstat (limited to 'gcc/targhooks.c')
-rw-r--r-- | gcc/targhooks.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/targhooks.c b/gcc/targhooks.c index ec73a6406d2..2504436ecf1 100644 --- a/gcc/targhooks.c +++ b/gcc/targhooks.c @@ -68,7 +68,8 @@ along with GCC; see the file COPYING3. If not see #include "recog.h" #include "intl.h" #include "opts.h" -#include "tree-ssa.h" +#include "gimple.h" +#include "tree-ssanames.h" #include "tree-ssa-alias.h" #include "insn-codes.h" |