aboutsummaryrefslogtreecommitdiff
path: root/ports/lodepng/algorithm.patch
blob: 796bdfc66c049a2ecabbf786593ee92e42866094 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/lodepng_util.cpp b/lodepng_util.cpp
index 4b571bb..58ba81a 100644
--- a/lodepng_util.cpp
+++ b/lodepng_util.cpp
@@ -26,6 +26,7 @@ freely, subject to the following restrictions:
 #include "lodepng_util.h"
 #include <iostream>
 #include "math.h"
+#include <algorithm>
 
 namespace lodepng
 {