diff options
Diffstat (limited to 'gcc/postreload.c')
-rw-r--r-- | gcc/postreload.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/postreload.c b/gcc/postreload.c index dae4bd8..c9bb4ae 100644 --- a/gcc/postreload.c +++ b/gcc/postreload.c @@ -29,6 +29,10 @@ along with GCC; see the file COPYING3. If not see #include "obstack.h" #include "insn-config.h" #include "flags.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "input.h" #include "function.h" #include "expr.h" #include "optabs.h" |