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 b6f7a3968e7..4dcc58d146d 100644 --- a/gcc/tree-profile.c +++ b/gcc/tree-profile.c @@ -28,6 +28,7 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" +#include "cfghooks.h" #include "tree.h" #include "gimple.h" #include "hard-reg-set.h" |