aboutsummaryrefslogtreecommitdiff
path: root/libfuzzer/FuzzerFork.h
diff options
context:
space:
mode:
Diffstat (limited to 'libfuzzer/FuzzerFork.h')
-rw-r--r--libfuzzer/FuzzerFork.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libfuzzer/FuzzerFork.h b/libfuzzer/FuzzerFork.h
index b29a43e..fc3e9d6 100644
--- a/libfuzzer/FuzzerFork.h
+++ b/libfuzzer/FuzzerFork.h
@@ -17,8 +17,8 @@
namespace fuzzer {
void FuzzWithFork(Random &Rand, const FuzzingOptions &Options,
- const Vector<std::string> &Args,
- const Vector<std::string> &CorpusDirs, int NumJobs);
+ const std::vector<std::string> &Args,
+ const std::vector<std::string> &CorpusDirs, int NumJobs);
} // namespace fuzzer
#endif // LLVM_FUZZER_FORK_H