diff options
Diffstat (limited to 'gcc/genattrtab.c')
-rw-r--r-- | gcc/genattrtab.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c index a2e0fcb38f1..1fc6b2b6f7a 100644 --- a/gcc/genattrtab.c +++ b/gcc/genattrtab.c @@ -5108,6 +5108,16 @@ write_header (FILE *outf) fprintf (outf, "#include \"system.h\"\n"); fprintf (outf, "#include \"coretypes.h\"\n"); fprintf (outf, "#include \"tm.h\"\n"); + fprintf (outf, "#include \"hash-set.h\"\n"); + fprintf (outf, "#include \"machmode.h\"\n"); + fprintf (outf, "#include \"vec.h\"\n"); + fprintf (outf, "#include \"double-int.h\"\n"); + fprintf (outf, "#include \"input.h\"\n"); + fprintf (outf, "#include \"alias.h\"\n"); + fprintf (outf, "#include \"symtab.h\"\n"); + fprintf (outf, "#include \"options.h\"\n"); + fprintf (outf, "#include \"wide-int.h\"\n"); + fprintf (outf, "#include \"inchash.h\"\n"); fprintf (outf, "#include \"tree.h\"\n"); fprintf (outf, "#include \"varasm.h\"\n"); fprintf (outf, "#include \"stor-layout.h\"\n"); |