lvandeve / lodepng

PNG encoder and decoder in C and C++.
zlib License
2.06k stars 421 forks source link

Fix missing std::min/max definitions #79

Open momo5502 opened 5 years ago

momo5502 commented 5 years ago

std::min/max are defined in algorithm, which is missing. Without the header it won't compile using MSVC.