diff options
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerCorpus.h')
-rw-r--r-- | llvm/lib/Fuzzer/FuzzerCorpus.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerCorpus.h b/llvm/lib/Fuzzer/FuzzerCorpus.h index 355c242e1f4..bbe192f53f8 100644 --- a/llvm/lib/Fuzzer/FuzzerCorpus.h +++ b/llvm/lib/Fuzzer/FuzzerCorpus.h @@ -16,7 +16,9 @@ #include <unordered_set> #include "FuzzerDefs.h" +#include "FuzzerIO.h" #include "FuzzerRandom.h" +#include "FuzzerSHA1.h" #include "FuzzerTracePC.h" namespace fuzzer { |