diff options
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index adfae0bf93b..7d8cefadc21 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -67,6 +67,8 @@ along with GCC; see the file COPYING3. If not see #include "langhooks.h" #include "cfgloop.h" /* for init_set_costs */ #include "hosthooks.h" +#include "predict.h" +#include "basic-block.h" #include "cgraph.h" #include "opts.h" #include "opts-diagnostic.h" |