From 14d73dccc726cef568d2dafd68564c6a227c7b28 Mon Sep 17 00:00:00 2001 From: Saribro Date: Thu, 10 Dec 2015 11:41:17 +0100 Subject: Fix VS2015 compilation. VS2015 can't find std::min/max without additional header. --- pngdetail.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pngdetail.cpp b/pngdetail.cpp index a5465bf..d62b6dd 100644 --- a/pngdetail.cpp +++ b/pngdetail.cpp @@ -49,6 +49,7 @@ everything except huge output: #include #include #include +#include struct Options { -- cgit v1.2.3