0
0
mirror of https://github.com/microsoft/vcpkg.git synced 2025-01-16 16:16:33 +08:00
vcpkg/ports/xlnt/fix-missing-include.patch
Mengna Li bded84c6a1
[xlnt] Add missing include ()
* fix missing include

* update
2022-07-22 10:53:47 -07:00

13 lines
425 B
Diff

diff --git a/source/detail/number_format/number_formatter.cpp b/source/detail/number_format/number_formatter.cpp
index b116fd0..653da0e 100644
--- a/source/detail/number_format/number_formatter.cpp
+++ b/source/detail/number_format/number_formatter.cpp
@@ -24,6 +24,7 @@
#include <algorithm>
#include <cctype>
#include <cmath>
+#include <limits>
#include <xlnt/utils/exceptions.hpp>
#include <detail/default_case.hpp>