google / emboss

Emboss is a tool for generating code that reads and writes binary data structures.
Apache License 2.0
70 stars 21 forks source link

Extraneous `<ostream>` in generated headers #156

Closed EricRahm closed 1 month ago

EricRahm commented 1 month ago

There's an extraneous #include <ostream> in our generated headers that causes compilation errors on systems where that's not available.