diff options
author | Kostya Serebryany <kcc@google.com> | 2016-09-21 03:50:37 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2016-09-21 03:50:37 +0000 |
commit | 225d8e45d46e5b43444233e63ae1e74c432b2a0d (patch) | |
tree | 3a189b1e570e601550e1ba2d4a3f8f0b7f646494 /llvm/lib/Fuzzer/FuzzerInternal.h | |
parent | c75ef85e84a9437695f7b8a5778a8e3fc6ca746e (diff) | |
download | bcm5719-llvm-225d8e45d46e5b43444233e63ae1e74c432b2a0d.tar.gz bcm5719-llvm-225d8e45d46e5b43444233e63ae1e74c432b2a0d.zip |
[libFuzzer] fix libc++ build
llvm-svn: 282050
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerInternal.h')
-rw-r--r-- | llvm/lib/Fuzzer/FuzzerInternal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerInternal.h b/llvm/lib/Fuzzer/FuzzerInternal.h index aab01692f09..fc77f1d79fb 100644 --- a/llvm/lib/Fuzzer/FuzzerInternal.h +++ b/llvm/lib/Fuzzer/FuzzerInternal.h @@ -17,6 +17,7 @@ #include <chrono> #include <climits> #include <cstdlib> +#include <random> #include <string.h> #include <unordered_set> |