diff options
Diffstat (limited to 'gcc/df-scan.c')
-rw-r--r-- | gcc/df-scan.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/df-scan.c b/gcc/df-scan.c index 2da10d70ecb..90ce6e65b10 100644 --- a/gcc/df-scan.c +++ b/gcc/df-scan.c @@ -39,6 +39,9 @@ along with GCC; see the file COPYING3. If not see #include "regs.h" #include "alloc-pool.h" #include "flags.h" +#include "predict.h" +#include "dominance.h" +#include "cfg.h" #include "basic-block.h" #include "sbitmap.h" #include "bitmap.h" |