diff options
Diffstat (limited to 'gcc/profile.c')
-rw-r--r-- | gcc/profile.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/profile.c b/gcc/profile.c index edc202c..7118ac8 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -61,7 +61,8 @@ along with GCC; see the file COPYING3. If not see #include "coverage.h" #include "value-prof.h" #include "tree.h" -#include "tree-ssa.h" +#include "gimple.h" +#include "tree-cfg.h" #include "cfgloop.h" #include "dumpfile.h" |