diff options
Diffstat (limited to 'gcc/value-prof.c')
-rw-r--r-- | gcc/value-prof.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/value-prof.c b/gcc/value-prof.c index 889720ed052..a65ccb8e8c9 100644 --- a/gcc/value-prof.c +++ b/gcc/value-prof.c @@ -65,6 +65,10 @@ along with GCC; see the file COPYING3. If not see #include "timevar.h" #include "dumpfile.h" #include "profile.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" #include "data-streamer.h" #include "builtins.h" #include "tree-nested.h" |