diff options
Diffstat (limited to 'gcc/reload.c')
-rw-r--r-- | gcc/reload.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/reload.c b/gcc/reload.c index 3e563d0041c..8e92f22084a 100644 --- a/gcc/reload.c +++ b/gcc/reload.c @@ -104,6 +104,11 @@ a register with any other reload. */ #include "addresses.h" #include "hard-reg-set.h" #include "flags.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "input.h" #include "function.h" #include "params.h" #include "target.h" |