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 f3f97b2..132ce0d 100644 --- a/gcc/tree-profile.c +++ b/gcc/tree-profile.c @@ -48,6 +48,7 @@ along with GCC; see the file COPYING3. If not see #include "profile.h" #include "target.h" #include "tree-cfgcleanup.h" +#include "tree-nested.h" static GTY(()) tree gcov_type_node; static GTY(()) tree tree_interval_profiler_fn; |