diff options
Diffstat (limited to 'gcc/lto/lto-symtab.c')
-rw-r--r-- | gcc/lto/lto-symtab.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/lto/lto-symtab.c b/gcc/lto/lto-symtab.c index 9ee3cd28d33..4c4e48af334 100644 --- a/gcc/lto/lto-symtab.c +++ b/gcc/lto/lto-symtab.c @@ -39,8 +39,13 @@ along with GCC; see the file COPYING3. If not see #include "is-a.h" #include "gimple.h" #include "plugin-api.h" +#include "hash-map.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "lto-streamer.h" #include "ipa-utils.h" +#include "alloc-pool.h" +#include "ipa-prop.h" #include "ipa-inline.h" #include "builtins.h" |