Skip to content

Commit f171046

Browse files
authored
Add missing #include <iostream>
1 parent 62a2527 commit f171046

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/libfuzzer/libfuzzer_bin_example.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// limitations under the License.
1414

1515
#include <cmath>
16+
#include <iostream>
1617

1718
#include "examples/libfuzzer/libfuzzer_example.pb.h"
1819
#include "port/protobuf.h"

0 commit comments

Comments
 (0)