byronknoll / cmix

cmix is a lossless data compression program aimed at optimizing compression ratio at the cost of high CPU/memory usage.
http://www.byronknoll.com/cmix.html
GNU General Public License v3.0
601 stars 44 forks source link

missing header #50

Closed tryingsomestuff closed 2 years ago

tryingsomestuff commented 2 years ago

I got this under linux (ubuntu 21.04)

src/models/ppmd.cpp:1314:7: error: use of undeclared identifier 'printf'

just a missing #include

Regards

byronknoll commented 2 years ago

fixed.