summaryrefslogtreecommitdiff
path: root/gcc/trans-mem.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/trans-mem.c')
-rw-r--r--gcc/trans-mem.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/trans-mem.c b/gcc/trans-mem.c
index 94d896d6f9d..4fe4579fe1f 100644
--- a/gcc/trans-mem.c
+++ b/gcc/trans-mem.c
@@ -30,6 +30,13 @@
#include "is-a.h"
#include "gimple.h"
#include "calls.h"
+#include "hashtab.h"
+#include "hash-set.h"
+#include "vec.h"
+#include "machmode.h"
+#include "tm.h"
+#include "hard-reg-set.h"
+#include "input.h"
#include "function.h"
#include "rtl.h"
#include "emit-rtl.h"