mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
Missing include in number_formatter.cpp
Limits isn't being transitively included on gcc 11.2.0/ubuntu. Added as it produces an error
This commit is contained in:
parent
d88c901faa
commit
4da810eaef
|
@ -24,6 +24,7 @@
|
|||
#include <algorithm>
|
||||
#include <cctype>
|
||||
#include <cmath>
|
||||
#include <limits>
|
||||
|
||||
#include <xlnt/utils/exceptions.hpp>
|
||||
#include <xlnt/utils/numeric.hpp>
|
||||
|
|
Loading…
Reference in New Issue
Block a user