Skip to content

Commit e573936

Browse files
committed
[sanitizers] Fix missing header for mac builds
Differential Revision: https://reviews.llvm.org/D119598
1 parent 0d9b915 commit e573936

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#include "sanitizer_common.h"
2626
#include "sanitizer_file.h"
2727
#include "sanitizer_flags.h"
28+
#include "sanitizer_interface_internal.h"
2829
#include "sanitizer_internal_defs.h"
2930
#include "sanitizer_libc.h"
3031
#include "sanitizer_platform_limits_posix.h"

0 commit comments

Comments
 (0)