diff options
Diffstat (limited to 'gcc/predict.c')
-rw-r--r-- | gcc/predict.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/predict.c b/gcc/predict.c index 3cfa258..61cac52 100644 --- a/gcc/predict.c +++ b/gcc/predict.c @@ -51,6 +51,7 @@ along with GCC; see the file COPYING3. If not see #include "target.h" #include "cfgloop.h" #include "gimple.h" +#include "gimple-iterator.h" #include "gimple-ssa.h" #include "cgraph.h" #include "tree-cfg.h" |