forked from OSchip/llvm-project
[XRay][compiler-rt] Fix missing include of <cerrno>
Futher attempt to un-break ARM and AArch64 build. Follow-up on D25360. llvm-svn: 290083
This commit is contained in:
parent
dbe74e0ccd
commit
2cc7fc2cc6
|
@ -15,6 +15,7 @@
|
|||
|
||||
#include "sanitizer_common/sanitizer_internal_defs.h"
|
||||
#include "xray_defs.h"
|
||||
#include <cerrno>
|
||||
#include <cstdint>
|
||||
#include <time.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue