forked from OSchip/llvm-project
[sanitizers] Fix missing header for mac builds
Differential Revision: https://reviews.llvm.org/D119598
This commit is contained in:
parent
0d9b91524e
commit
e5739368b3
|
@ -25,6 +25,7 @@
|
|||
#include "sanitizer_common.h"
|
||||
#include "sanitizer_file.h"
|
||||
#include "sanitizer_flags.h"
|
||||
#include "sanitizer_interface_internal.h"
|
||||
#include "sanitizer_internal_defs.h"
|
||||
#include "sanitizer_libc.h"
|
||||
#include "sanitizer_platform_limits_posix.h"
|
||||
|
|
Loading…
Reference in New Issue