nanoporetech / dorado

Oxford Nanopore's Basecaller
https://nanoporetech.com/
Other
493 stars 59 forks source link

add missing include for stream (required for std::ofstream) #780

Closed boegel closed 4 months ago

boegel commented 5 months ago

fix for compilation error with GCC 12.3.0:

error: variable std::ofstream summary_out has initializer but incomplete type

Note: to make the build of dorado 0.6.1 fully work with GCC 12.3.0, I also had to use -Wno-error, see also #779

iiSeymour commented 4 months ago

Thanks @boegel this was fixed in v0.7 by https://github.com/nanoporetech/dorado/commit/f197cbad5bfc646cd4ad8a69b897187448c1378d.