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
613 stars 45 forks source link

Explicitly include <vector> #10

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hi Byron, There are build errors because of undefined std::vector when cmix is compiled using libc++ instead of libstdc++. This PR fixes them.