aboutsummaryrefslogtreecommitdiff
path: root/gcc/lra-lives.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/lra-lives.c')
-rw-r--r--gcc/lra-lives.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/lra-lives.c b/gcc/lra-lives.c
index b72824e..38b9d3b 100644
--- a/gcc/lra-lives.c
+++ b/gcc/lra-lives.c
@@ -36,6 +36,11 @@ along with GCC; see the file COPYING3. If not see
#include "recog.h"
#include "output.h"
#include "regs.h"
+#include "hashtab.h"
+#include "hash-set.h"
+#include "vec.h"
+#include "machmode.h"
+#include "input.h"
#include "function.h"
#include "expr.h"
#include "basic-block.h"