diff options
Diffstat (limited to 'gcc/lto/lto.c')
-rw-r--r-- | gcc/lto/lto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto/lto.c b/gcc/lto/lto.c index a7d5e45..f5dbbed 100644 --- a/gcc/lto/lto.c +++ b/gcc/lto/lto.c @@ -46,7 +46,7 @@ along with GCC; see the file COPYING3. If not see #include "lto-partition.h" #include "context.h" #include "pass_manager.h" -#include "ipa-inline.h" +#include "ipa-fnsummary.h" #include "params.h" #include "ipa-utils.h" #include "gomp-constants.h" |