Skip to content

Commit 62a2527

Browse files
jorgbrownvitalybuka
authored andcommitted
Add missing #include <iostream>
1 parent 68e10c1 commit 62a2527

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/libfuzzer/libfuzzer_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)