diff options
Diffstat (limited to 'gcc/tsan.c')
-rw-r--r-- | gcc/tsan.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/tsan.c b/gcc/tsan.c index 05771049b21..3685b8a43d7 100644 --- a/gcc/tsan.c +++ b/gcc/tsan.c @@ -45,6 +45,9 @@ along with GCC; see the file COPYING3. If not see #include "gimplify.h" #include "gimple-iterator.h" #include "gimple-ssa.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" #include "cgraph.h" #include "tree-cfg.h" #include "stringpool.h" |