From a0921f68abafaff891ca3d5ee33a7f2d0fba41ee Mon Sep 17 00:00:00 2001 From: Francis Ricci Date: Fri, 17 Feb 2017 03:34:56 +0000 Subject: [PATCH] Fix build breakage from moving kInvalidTid to lsan_common llvm-svn: 295409 --- compiler-rt/lib/lsan/lsan_thread.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt/lib/lsan/lsan_thread.cc b/compiler-rt/lib/lsan/lsan_thread.cc index 731c97fe2bc5..ebec6cdbf146 100644 --- a/compiler-rt/lib/lsan/lsan_thread.cc +++ b/compiler-rt/lib/lsan/lsan_thread.cc @@ -19,6 +19,7 @@ #include "sanitizer_common/sanitizer_thread_registry.h" #include "sanitizer_common/sanitizer_tls_get_addr.h" #include "lsan_allocator.h" +#include "lsan_common.h" namespace __lsan {