aboutsummaryrefslogtreecommitdiff
path: root/gcc/tsan.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tsan.c')
-rw-r--r--gcc/tsan.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/tsan.c b/gcc/tsan.c
index 5384806..1ba0cbc 100644
--- a/gcc/tsan.c
+++ b/gcc/tsan.c
@@ -34,6 +34,12 @@ along with GCC; see the file COPYING3. If not see
#include "gimple.h"
#include "gimplify.h"
#include "gimple-iterator.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 "gimple-ssa.h"
#include "cgraph.h"