forked from OSchip/llvm-project
[Sanitizers] Fix build broken by missing import.
This commit is contained in:
parent
54e96ac835
commit
11b0506c08
|
@ -21,6 +21,7 @@
|
|||
#include "memprof_thread.h"
|
||||
#include "sanitizer_common/sanitizer_atomic.h"
|
||||
#include "sanitizer_common/sanitizer_flags.h"
|
||||
#include "sanitizer_common/sanitizer_interface_internal.h"
|
||||
#include "sanitizer_common/sanitizer_libc.h"
|
||||
#include "sanitizer_common/sanitizer_symbolizer.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue