forked from OSchip/llvm-project
[libFuzzer] Add missing include on Darwin.
This commit is contained in:
parent
c38efb4899
commit
7ca2b9aac7
|
@ -9,6 +9,7 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "FuzzerPlatform.h"
|
||||
#include <cstdint>
|
||||
|
||||
#if LIBFUZZER_APPLE
|
||||
|
||||
|
|
Loading…
Reference in New Issue