File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2424#include < chrono>
2525#include < cstdlib>
2626#include < cstring>
27+ #include < fstream>
28+ #include < functional>
2729#include < mutex>
2830#include < string>
2931#include < thread>
30- #include < fstream>
3132
3233// This function should be present in the libFuzzer so that the client
3334// binary can test for its existence.
Original file line number Diff line number Diff line change 1212
1313#include " FuzzerExtFunctions.h"
1414#include " FuzzerIO.h"
15+ #include < cerrno>
1516#include < cstdarg>
1617#include < cstdio>
1718#include < dirent.h>
Original file line number Diff line number Diff line change 1111#ifndef LLVM_FUZZER_RANDOM_H
1212#define LLVM_FUZZER_RANDOM_H
1313
14+ #include < cmath>
1415#include < random>
1516
1617namespace fuzzer {
You can’t perform that action at this time.
0 commit comments