summaryrefslogtreecommitdiff
path: root/gcc/postreload.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/postreload.c')
-rw-r--r--gcc/postreload.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/postreload.c b/gcc/postreload.c
index 146a1b5748c..67d02d016a3 100644
--- a/gcc/postreload.c
+++ b/gcc/postreload.c
@@ -34,6 +34,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,12 @@ along with GCC; see the file COPYING3. If not see
#include "cselib.h"
#include "diagnostic-core.h"
#include "except.h"
+#include "double-int.h"
+#include "input.h"
+#include "alias.h"
+#include "symtab.h"
+#include "wide-int.h"
+#include "inchash.h"
#include "tree.h"
#include "target.h"
#include "tree-pass.h"