diff options
Diffstat (limited to 'gcc/profile.c')
-rw-r--r-- | gcc/profile.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/profile.c b/gcc/profile.c index 1d0e78ab4dc..9aec3cb06b3 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -61,6 +61,10 @@ along with GCC; see the file COPYING3. If not see #include "coverage.h" #include "value-prof.h" #include "tree.h" +#include "tree-ssa-alias.h" +#include "internal-fn.h" +#include "gimple-expr.h" +#include "is-a.h" #include "gimple.h" #include "gimple-iterator.h" #include "tree-cfg.h" |