diff options
Diffstat (limited to 'gcc/lra.c')
-rw-r--r-- | gcc/lra.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/lra.c b/gcc/lra.c index c2c0fc3aad2..ee390db0b06 100644 --- a/gcc/lra.c +++ b/gcc/lra.c @@ -112,6 +112,8 @@ along with GCC; see the file COPYING3. If not see #include "machmode.h" #include "input.h" #include "function.h" +#include "tree-core.h" +#include "optabs.h" #include "expr.h" #include "predict.h" #include "dominance.h" |