diff options
Diffstat (limited to 'gcc/lra-lives.c')
-rw-r--r-- | gcc/lra-lives.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/lra-lives.c b/gcc/lra-lives.c index 38b9d3ba6ad..eaf202f642c 100644 --- a/gcc/lra-lives.c +++ b/gcc/lra-lives.c @@ -43,6 +43,10 @@ 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 "cfganal.h" #include "basic-block.h" #include "except.h" #include "df.h" |