diff options
Diffstat (limited to 'gcc/lto-section-in.c')
-rw-r--r-- | gcc/lto-section-in.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/lto-section-in.c b/gcc/lto-section-in.c index c053545..ba4c488 100644 --- a/gcc/lto-section-in.c +++ b/gcc/lto-section-in.c @@ -35,6 +35,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 "diagnostic-core.h" #include "except.h" |