vcpkg/ports/lodepng/algorithm.patch
2018-09-19 14:13:12 -07:00

13 lines
315 B
Diff

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
{