diff options
Diffstat (limited to 'gcc/lra-coalesce.c')
-rw-r--r-- | gcc/lra-coalesce.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/lra-coalesce.c b/gcc/lra-coalesce.c index d7ea7e212c0..20acd8a2ff3 100644 --- a/gcc/lra-coalesce.c +++ b/gcc/lra-coalesce.c @@ -61,6 +61,9 @@ along with GCC; see the file COPYING3. If not see #include "input.h" #include "function.h" #include "expr.h" +#include "predict.h" +#include "dominance.h" +#include "cfg.h" #include "basic-block.h" #include "except.h" #include "timevar.h" |