diff options
Diffstat (limited to 'gcc/tree-profile.c')
-rw-r--r-- | gcc/tree-profile.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/tree-profile.c b/gcc/tree-profile.c index 70a51f6cd90..1db1de0c8e5 100644 --- a/gcc/tree-profile.c +++ b/gcc/tree-profile.c @@ -54,6 +54,9 @@ along with GCC; see the file COPYING3. If not see #include "gimple-iterator.h" #include "gimplify-me.h" #include "gimple-ssa.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-cfg.h" #include "stringpool.h" |