Adding missing #includes to try to get this to compile on Windows with Visual Studio.
authorAaron Ballman <aaron@aaronballman.com>
Thu, 29 Jan 2015 15:19:13 +0000 (15:19 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 29 Jan 2015 15:19:13 +0000 (15:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227445 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Fuzzer/FuzzerCrossOver.cpp
lib/Fuzzer/test/ExactTest.cpp
lib/Fuzzer/test/InfiniteTest.cpp
lib/Fuzzer/test/NullDerefTest.cpp
lib/Fuzzer/test/SimpleTest.cpp
lib/Fuzzer/test/TimeoutTest.cpp

index 87ad555d314184f88a71ec95b55ffc777ef663be..94af6d547edcb7c58b6476c7710d7273dbfd7555 100644 (file)
@@ -10,6 +10,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "FuzzerInternal.h"
 //===----------------------------------------------------------------------===//
 
 #include "FuzzerInternal.h"
+#include <algorithm>
 
 namespace fuzzer {
 
 
 namespace fuzzer {
 
index 662dd333eea42f63f4912f8b9f18c35929b268ae..c9898f3c811ccf914e30f123a874c0f40ed60858 100644 (file)
@@ -1,4 +1,5 @@
 // Simple test for a fuzzer. The fuzzer must find the string "FUZZER".
 // Simple test for a fuzzer. The fuzzer must find the string "FUZZER".
+#include <cstdint>
 #include <cstdlib>
 #include <cstddef>
 #include <iostream>
 #include <cstdlib>
 #include <cstddef>
 #include <iostream>
index 9f4864abdd4c394d4a200a94ea6f0ee4b6a8a373..ee1635d199680dfdbd9b6ab75f13fea27d98cc87 100644 (file)
@@ -1,4 +1,5 @@
 // Simple test for a fuzzer. The fuzzer must find the string "Hi!".
 // Simple test for a fuzzer. The fuzzer must find the string "Hi!".
+#include <cstdint>
 #include <cstdlib>
 #include <cstddef>
 #include <iostream>
 #include <cstdlib>
 #include <cstddef>
 #include <iostream>
index 602276f3c8172d51050603208a4786614e8813cf..8811e386f9d3000e0637a2f4904ffaa26dad7a2c 100644 (file)
@@ -1,4 +1,5 @@
 // Simple test for a fuzzer. The fuzzer must find the string "Hi!".
 // Simple test for a fuzzer. The fuzzer must find the string "Hi!".
+#include <cstdint>
 #include <cstdlib>
 #include <cstddef>
 #include <iostream>
 #include <cstdlib>
 #include <cstddef>
 #include <iostream>
index 9e20d8e6ac9c906d7f8c4317ae9b89fcc8e2fed1..adb90cebe86bea240a0c1244d6e02615708799e5 100644 (file)
@@ -1,4 +1,5 @@
 // Simple test for a fuzzer. The fuzzer must find the string "Hi!".
 // Simple test for a fuzzer. The fuzzer must find the string "Hi!".
+#include <cstdint>
 #include <cstdlib>
 #include <cstddef>
 #include <iostream>
 #include <cstdlib>
 #include <cstddef>
 #include <iostream>
index c5a8ac00579bbb48e370f3b2766a6504009390c8..266ead646a551d46068d4085c55831519dba73ab 100644 (file)
@@ -1,4 +1,5 @@
 // Simple test for a fuzzer. The fuzzer must find the string "Hi!".
 // Simple test for a fuzzer. The fuzzer must find the string "Hi!".
+#include <cstdint>
 #include <cstdlib>
 #include <cstddef>
 #include <iostream>
 #include <cstdlib>
 #include <cstddef>
 #include <iostream>