diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/openxlsx/missing-header.patch | |
Diffstat (limited to 'vcpkg/ports/openxlsx/missing-header.patch')
| -rw-r--r-- | vcpkg/ports/openxlsx/missing-header.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vcpkg/ports/openxlsx/missing-header.patch b/vcpkg/ports/openxlsx/missing-header.patch new file mode 100644 index 0000000..5aec665 --- /dev/null +++ b/vcpkg/ports/openxlsx/missing-header.patch @@ -0,0 +1,10 @@ +--- a8cd841f13-8d82ae298d.clean/OpenXLSX/sources/XLSheet.cpp.old 2025-07-29 11:44:11.357978300 +0200 ++++ a8cd841f13-8d82ae298d.clean/OpenXLSX/sources/XLSheet.cpp 2025-07-29 11:44:20.384836500 +0200 +@@ -46,6 +46,7 @@ YM M9 MM MM MM MM MM + // ===== External Includes ===== // + #include <algorithm> // std::max + #include <cctype> // std::isdigit (issue #330) ++#include <cstring> + #include <limits> // std::numeric_limits + #include <map> // std::multimap + #include <pugixml.hpp> |