Adding missing #includes to try to get this to compile on Windows with Visual Studio.
[oota-llvm.git] / lib / Fuzzer / FuzzerCrossOver.cpp
index 87ad555d314184f88a71ec95b55ffc777ef663be..94af6d547edcb7c58b6476c7710d7273dbfd7555 100644 (file)
@@ -10,6 +10,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "FuzzerInternal.h"
+#include <algorithm>
 
 namespace fuzzer {