summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLode Vandevenne <lvandeve@users.noreply.github.com>2015-12-10 14:00:17 +0100
committerLode Vandevenne <lvandeve@users.noreply.github.com>2015-12-10 14:00:17 +0100
commit9f3acec682697642ebccdf8659c8b53bf05001f1 (patch)
treee5076d68f510f0e083f93f2fea07e55b5264ab67
parent02a2d5ff3676e40bf050e21442f75e39c9308bf1 (diff)
parent14d73dccc726cef568d2dafd68564c6a227c7b28 (diff)
Merge pull request #26 from Saribro/master
Fix VS2015 compilation of pngdetail.
-rw-r--r--pngdetail.cpp1
1 files changed, 1 insertions, 0 deletions
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 <iostream>
#include <iomanip>
#include <sstream>
+#include <algorithm>
struct Options
{