summaryrefslogtreecommitdiff
path: root/gcc/dojump.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/dojump.c')
-rw-r--r--gcc/dojump.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/dojump.c b/gcc/dojump.c
index 18966208267..045d1fc5bbe 100644
--- a/gcc/dojump.c
+++ b/gcc/dojump.c
@@ -25,6 +25,12 @@ along with GCC; see the file COPYING3. If not see
#include "tree.h"
#include "stor-layout.h"
#include "flags.h"
+#include "hashtab.h"
+#include "hash-set.h"
+#include "vec.h"
+#include "machmode.h"
+#include "hard-reg-set.h"
+#include "input.h"
#include "function.h"
#include "insn-config.h"
#include "insn-attr.h"