diff options
Diffstat (limited to 'gcc/ira.c')
-rw-r--r-- | gcc/ira.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ira.c b/gcc/ira.c index aac1fad74f8..3f4405eca08 100644 --- a/gcc/ira.c +++ b/gcc/ira.c @@ -386,6 +386,11 @@ along with GCC; see the file COPYING3. If not see #include "except.h" #include "reload.h" #include "diagnostic-core.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "input.h" #include "function.h" #include "ggc.h" #include "ira-int.h" |