diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2021-09-29 23:46:34 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-29 08:46:34 -0700 |
| commit | d65f732c974908d26555ebee959d4c046e44051c (patch) | |
| tree | 8cbeb00fb86b46d8da7669ebf670c149dba75786 /ports/boost-process/fix_include.patch | |
| parent | d9f00e925a08047c4331ff162fc62d79402905aa (diff) | |
| download | vcpkg-d65f732c974908d26555ebee959d4c046e44051c.tar.gz vcpkg-d65f732c974908d26555ebee959d4c046e44051c.zip | |
[boost-process] Add missing include on algorithm (#20421)
Diffstat (limited to 'ports/boost-process/fix_include.patch')
| -rw-r--r-- | ports/boost-process/fix_include.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/boost-process/fix_include.patch b/ports/boost-process/fix_include.patch new file mode 100644 index 000000000..49d306918 --- /dev/null +++ b/ports/boost-process/fix_include.patch @@ -0,0 +1,13 @@ +diff --git a/include/boost/process/detail/traits/wchar_t.hpp b/include/boost/process/detail/traits/wchar_t.hpp +index 812a92c..98026d3 100644 +--- a/include/boost/process/detail/traits/wchar_t.hpp ++++ b/include/boost/process/detail/traits/wchar_t.hpp +@@ -12,6 +12,8 @@ + #include <boost/process/detail/traits/env.hpp> + #include <boost/process/locale.hpp> + ++#include <algorithm> ++ + namespace boost { namespace process { namespace detail { + + //template |
