Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5565b86

Browse files
authored
Merge pull request argotorg#15263 from ethereum/ossfuzz-use-clang-18-1-8
ossfuzz: add fstream std header to not break build after compiler upgrade.
2 parents e0ab0f2 + 6ad9252 commit 5565b86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/tools/ossfuzz/AbiV2IsabelleFuzzer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
#include <src/libfuzzer/libfuzzer_macro.h>
2424
#include <abicoder.hpp>
25+
#include <fstream>
2526

2627
using namespace solidity::frontend;
2728
using namespace solidity::test::fuzzer;

0 commit comments

Comments
 (0)