Skip to content

Commit 45bddf5

Browse files
committed
[sanitizers] Add missing header to fix Fuchsia builds
Adds missing header to fix sanitizer builds for Fuchsia. Reviewed By: abrachet Differential Revision: https://reviews.llvm.org/D119588
1 parent 7a04526 commit 45bddf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/lib/sanitizer_common/sanitizer_coverage_fuchsia.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
#include "sanitizer_atomic.h"
3535
#include "sanitizer_common.h"
36+
#include "sanitizer_interface_internal.h"
3637
#include "sanitizer_internal_defs.h"
3738
#include "sanitizer_symbolizer_fuchsia.h"
3839

0 commit comments

Comments
 (0)