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 bb0b394e643..8089d5df79f 100644 --- a/gcc/lto-section-out.c +++ b/gcc/lto-section-out.c @@ -42,6 +42,10 @@ along with GCC; see the file COPYING3. If not see #include "params.h" #include "except.h" #include "langhooks.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "data-streamer.h" #include "lto-streamer.h" #include "lto-compress.h" |