diff options
Diffstat (limited to 'gcc/lto/lto-object.c')
-rw-r--r-- | gcc/lto/lto-object.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/lto/lto-object.c b/gcc/lto/lto-object.c index 19f10ccb978..b4518bb55b9 100644 --- a/gcc/lto/lto-object.c +++ b/gcc/lto/lto-object.c @@ -22,6 +22,11 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tree.h" +#include "basic-block.h" +#include "tree-ssa-alias.h" +#include "internal-fn.h" +#include "gimple-expr.h" +#include "is-a.h" #include "gimple.h" #include "diagnostic-core.h" #include "lto.h" |