aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload1.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/reload1.c')
-rw-r--r--gcc/reload1.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/reload1.c b/gcc/reload1.c
index ab9ae68..b1af1a4 100644
--- a/gcc/reload1.c
+++ b/gcc/reload1.c
@@ -35,6 +35,7 @@ along with GCC; see the file COPYING3. If not see
#include "vec.h"
#include "input.h"
#include "function.h"
+#include "symtab.h"
#include "expr.h"
#include "insn-codes.h"
#include "optabs.h"
@@ -50,6 +51,9 @@ along with GCC; see the file COPYING3. If not see
#include "reload.h"
#include "recog.h"
#include "except.h"
+#include "symtab.h"
+#include "wide-int.h"
+#include "inchash.h"
#include "tree.h"
#include "ira.h"
#include "target.h"