aboutsummaryrefslogtreecommitdiff
path: root/ports/lodepng/algorithm.patch
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-09-19 18:41:54 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-09-19 18:41:54 -0700
commit765a9f06e6b44dbcd8a9ebe10406379ef18043ac (patch)
tree496a0beea3b619b75e6d4bf10dcf05f1ee735b38 /ports/lodepng/algorithm.patch
parent1c90216f2eb9563e19d9687dd8bb55ae8cc0a8fe (diff)
parent48ec8f295061ae02d8e22dde60c445c99baac79e (diff)
downloadvcpkg-765a9f06e6b44dbcd8a9ebe10406379ef18043ac.tar.gz
vcpkg-765a9f06e6b44dbcd8a9ebe10406379ef18043ac.zip
Merge branch 'dev/roschuma/upgrades'
Diffstat (limited to 'ports/lodepng/algorithm.patch')
-rw-r--r--ports/lodepng/algorithm.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/ports/lodepng/algorithm.patch b/ports/lodepng/algorithm.patch
new file mode 100644
index 000000000..796bdfc66
--- /dev/null
+++ b/ports/lodepng/algorithm.patch
@@ -0,0 +1,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
+ {