diff options
Diffstat (limited to 'gcc/ipa.c')
-rw-r--r-- | gcc/ipa.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ipa.c b/gcc/ipa.c index c8d7ab918da..b28e7cced52 100644 --- a/gcc/ipa.c +++ b/gcc/ipa.c @@ -24,6 +24,8 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "calls.h" #include "stringpool.h" +#include "predict.h" +#include "basic-block.h" #include "cgraph.h" #include "tree-pass.h" #include "hash-map.h" |