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

Remove unused <ostream> #157

Closed EricRahm closed 1 month ago

EricRahm commented 1 month ago

<ostream> isn't needed unless enum traits are being used, in that case it will be included by the files that need it. Removing this fixes a failure for targets that don't have <ostream> available.

Fixes: #156

EricRahm commented 1 month ago

fyi @reventlov @robrussell