diff options
Diffstat (limited to 'gcc/cselib.c')
-rw-r--r-- | gcc/cselib.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cselib.c b/gcc/cselib.c index 4fb5010..03eb5f5 100644 --- a/gcc/cselib.c +++ b/gcc/cselib.c @@ -42,6 +42,8 @@ along with GCC; see the file COPYING3. If not see #include "hash-table.h" #include "dumpfile.h" #include "cselib.h" +#include "predict.h" +#include "basic-block.h" #include "valtrack.h" #include "params.h" #include "alloc-pool.h" |