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