Skip to content

Commit 6ff4b7d

Browse files
authored
[compiler-rt] Include <function> in FuzzerDriver.cpp for std::ref.
1 parent fcdb91e commit 6ff4b7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/lib/fuzzer/FuzzerDriver.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include <chrono>
2525
#include <cstdlib>
2626
#include <cstring>
27+
#include <functional>
2728
#include <mutex>
2829
#include <string>
2930
#include <thread>

0 commit comments

Comments
 (0)