diff options
Diffstat (limited to 'gcc/profile.c')
-rw-r--r-- | gcc/profile.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/profile.c b/gcc/profile.c index d0063d178ec..a84d5fd10be 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -80,6 +80,9 @@ along with GCC; see the file COPYING3. If not see #include "tree-cfg.h" #include "cfgloop.h" #include "dumpfile.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "profile.h" |