mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
undef min and max, fixes #545
This commit is contained in:
parent
65252b3a7d
commit
70eb0d4e66
|
@ -32,6 +32,9 @@
|
|||
#include <sstream>
|
||||
#include <type_traits>
|
||||
|
||||
#undef min
|
||||
#undef max
|
||||
|
||||
namespace xlnt {
|
||||
namespace detail {
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user