diff options
| author | Reid Kleckner <rnk@google.com> | 2016-12-30 00:15:40 +0000 |
|---|---|---|
| committer | Reid Kleckner <rnk@google.com> | 2016-12-30 00:15:40 +0000 |
| commit | e8ee89f8b01439b6812bf15ab946b87c9e0599f1 (patch) | |
| tree | 3bf463f615812760f5c3dec3d63fde85ea2c6a15 | |
| parent | ff36baefe7800283997f418aa22471890317c748 (diff) | |
| download | bcm5719-llvm-e8ee89f8b01439b6812bf15ab946b87c9e0599f1.tar.gz bcm5719-llvm-e8ee89f8b01439b6812bf15ab946b87c9e0599f1.zip | |
Include <algorithm> for std::max etc
llvm-svn: 290730
| -rw-r--r-- | llvm/lib/Fuzzer/FuzzerCorpus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerCorpus.h b/llvm/lib/Fuzzer/FuzzerCorpus.h index 42b3d2482fa..468d5e5ddc7 100644 --- a/llvm/lib/Fuzzer/FuzzerCorpus.h +++ b/llvm/lib/Fuzzer/FuzzerCorpus.h @@ -17,6 +17,7 @@ #include "FuzzerRandom.h" #include "FuzzerSHA1.h" #include "FuzzerTracePC.h" +#include <algorithm> #include <numeric> #include <random> #include <unordered_set> |

