diff options
Diffstat (limited to 'gcc/auto-profile.c')
-rw-r--r-- | gcc/auto-profile.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/auto-profile.c b/gcc/auto-profile.c index acc9446..8c7b4ca 100644 --- a/gcc/auto-profile.c +++ b/gcc/auto-profile.c @@ -59,10 +59,15 @@ along with GCC; see the file COPYING3. If not see #include "gimple.h" #include "gimple-iterator.h" #include "gimple-ssa.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "value-prof.h" #include "coverage.h" #include "params.h" +#include "alloc-pool.h" +#include "ipa-prop.h" #include "ipa-inline.h" #include "tree-inline.h" #include "stringpool.h" |