diff options
Diffstat (limited to 'gcc/tree-profile.c')
-rw-r--r-- | gcc/tree-profile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-profile.c b/gcc/tree-profile.c index a0e49b5..d5713ac 100644 --- a/gcc/tree-profile.c +++ b/gcc/tree-profile.c @@ -40,6 +40,7 @@ along with GCC; see the file COPYING3. If not see #include "cgraph.h" #include "profile.h" #include "target.h" +#include "tree-cfgcleanup.h" static GTY(()) tree gcov_type_node; static GTY(()) tree tree_interval_profiler_fn; |