diff options
Diffstat (limited to 'gcc/genpreds.c')
-rw-r--r-- | gcc/genpreds.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/genpreds.c b/gcc/genpreds.c index b14a4ac..0eb1c30 100644 --- a/gcc/genpreds.c +++ b/gcc/genpreds.c @@ -1422,6 +1422,12 @@ write_insn_preds_c (void) #include \"stor-layout.h\"\n\ #include \"calls.h\"\n\ #include \"tm_p.h\"\n\ +#include \"hashtab.h\"\n\ +#include \"hash-set.h\"\n\ +#include \"vec.h\"\n\ +#include \"machmode.h\"\n\ +#include \"hard-reg-set.h\"\n\ +#include \"input.h\"\n\ #include \"function.h\"\n\ #include \"insn-config.h\"\n\ #include \"recog.h\"\n\ |