lvandeve / lodepng

PNG encoder and decoder in C and C++.
zlib License
2.07k stars 422 forks source link

Fix VS2015 compilation of pngdetail. #26

Closed Saribro closed 8 years ago

Saribro commented 8 years ago

VS2015 can't find std::min/max without additional header.

lvandeve commented 8 years ago

min and max in C++, always difficult :)

lvandeve commented 8 years ago

Thanks for the fix!