]> granicus.if.org Git - llvm/commitdiff
[libFuzzer] fix libc++ build
authorKostya Serebryany <kcc@google.com>
Wed, 21 Sep 2016 03:50:37 +0000 (03:50 +0000)
committerKostya Serebryany <kcc@google.com>
Wed, 21 Sep 2016 03:50:37 +0000 (03:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282050 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Fuzzer/FuzzerInternal.h

index aab01692f09b6957c826a0af09f57724375d1f98..fc77f1d79fbd57055b1645c64c5554892106b233 100644 (file)
@@ -17,6 +17,7 @@
 #include <chrono>
 #include <climits>
 #include <cstdlib>
+#include <random>
 #include <string.h>
 #include <unordered_set>