diff options
Diffstat (limited to 'gcc/lra.c')
-rw-r--r-- | gcc/lra.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -120,7 +120,10 @@ along with GCC; see the file COPYING3. If not see #include "machmode.h" #include "input.h" #include "function.h" -#include "tree-core.h" +#include "symtab.h" +#include "wide-int.h" +#include "inchash.h" +#include "tree.h" #include "optabs.h" #include "expr.h" #include "predict.h" |