diff options
Diffstat (limited to 'gcc/haifa-sched.c')
-rw-r--r-- | gcc/haifa-sched.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c index cb41cc2b0d2..db8a45cf5ec 100644 --- a/gcc/haifa-sched.c +++ b/gcc/haifa-sched.c @@ -131,6 +131,11 @@ along with GCC; see the file COPYING3. If not see #include "rtl.h" #include "tm_p.h" #include "regs.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "input.h" #include "function.h" #include "flags.h" #include "insn-config.h" |