diff options
Diffstat (limited to 'gcc/ree.c')
-rw-r--r-- | gcc/ree.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ree.c b/gcc/ree.c index a58f114df83..1ccd88ec53c 100644 --- a/gcc/ree.c +++ b/gcc/ree.c @@ -227,6 +227,11 @@ along with GCC; see the file COPYING3. If not see #include "hard-reg-set.h" #include "basic-block.h" #include "insn-config.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "input.h" #include "function.h" #include "expr.h" #include "insn-attr.h" |