diff options
Diffstat (limited to 'gcc/value-prof.c')
-rw-r--r-- | gcc/value-prof.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/value-prof.c b/gcc/value-prof.c index 20299183ec7..8aace8c872c 100644 --- a/gcc/value-prof.c +++ b/gcc/value-prof.c @@ -21,6 +21,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 "rtl.h" |