[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)
llvm-svn: 282050

llvm/lib/Fuzzer/FuzzerInternal.h

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