diff options
| author | atkawa7 <atkawa7@yahoo.com> | 2017-09-03 10:41:00 -0700 |
|---|---|---|
| committer | atkawa7 <atkawa7@yahoo.com> | 2017-09-03 10:41:00 -0700 |
| commit | eefd9c94d007e7baad99f901e5c173e9fb9e07f6 (patch) | |
| tree | b2df8d2a14795c86d5c3ca473280e7e286901f58 /ports/butteraugli/missing_header.patch | |
| parent | 8fac93e539a49e8a519a0421c2f6093e005b96bb (diff) | |
| download | vcpkg-eefd9c94d007e7baad99f901e5c173e9fb9e07f6.tar.gz vcpkg-eefd9c94d007e7baad99f901e5c173e9fb9e07f6.zip | |
[butteraugli] init port
Diffstat (limited to 'ports/butteraugli/missing_header.patch')
| -rw-r--r-- | ports/butteraugli/missing_header.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ports/butteraugli/missing_header.patch b/ports/butteraugli/missing_header.patch new file mode 100644 index 000000000..11d314fad --- /dev/null +++ b/ports/butteraugli/missing_header.patch @@ -0,0 +1,12 @@ +diff --git "a/butteraugli/butteraugli_main.cc" "b/butteraugli/butteraugli_main.cc" +index f38af1d..ebf3197 100644 +--- "a/butteraugli/butteraugli_main.cc" ++++ "b/butteraugli/butteraugli_main.cc" +@@ -2,6 +2,7 @@ + #include <cstdint> + #include <cstdio> + #include <vector> ++#include <algorithm> + #include "butteraugli/butteraugli.h" + + extern "C" { |
