diff options
Diffstat (limited to 'gcc/lto-section-out.c')
-rw-r--r-- | gcc/lto-section-out.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/lto-section-out.c b/gcc/lto-section-out.c index d9dce9322fc..2c940cc2e2c 100644 --- a/gcc/lto-section-out.c +++ b/gcc/lto-section-out.c @@ -34,6 +34,10 @@ along with GCC; see the file COPYING3. If not see #include "params.h" #include "input.h" #include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "hard-reg-set.h" #include "function.h" #include "except.h" #include "langhooks.h" |