forked from OSchip/llvm-project
Fix build breakage from moving kInvalidTid to lsan_common
llvm-svn: 295409
This commit is contained in:
parent
85c2201fc1
commit
a0921f68ab
|
|
@ -19,6 +19,7 @@
|
||||||
#include "sanitizer_common/sanitizer_thread_registry.h"
|
#include "sanitizer_common/sanitizer_thread_registry.h"
|
||||||
#include "sanitizer_common/sanitizer_tls_get_addr.h"
|
#include "sanitizer_common/sanitizer_tls_get_addr.h"
|
||||||
#include "lsan_allocator.h"
|
#include "lsan_allocator.h"
|
||||||
|
#include "lsan_common.h"
|
||||||
|
|
||||||
namespace __lsan {
|
namespace __lsan {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue