Skip to content

Commit 79f9e62

Browse files
authored
Update FuzzerDriver.cpp
1 parent 6ff4b7d commit 79f9e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/fuzzer/FuzzerDriver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
#include <chrono>
2525
#include <cstdlib>
2626
#include <cstring>
27+
#include <fstream>
2728
#include <functional>
2829
#include <mutex>
2930
#include <string>
3031
#include <thread>
31-
#include <fstream>
3232

3333
// This function should be present in the libFuzzer so that the client
3434
// binary can test for its existence.

0 commit comments

Comments
 (0)