mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
add missing header for std::tolower
This commit is contained in:
parent
b2adee9fd3
commit
4c2c7a5859
@ -22,6 +22,7 @@
|
||||
// @author: see AUTHORS file
|
||||
|
||||
#include <algorithm>
|
||||
#include <cctype>
|
||||
#include <cmath>
|
||||
|
||||
#include <detail/default_case.hpp>
|
||||
|
Loading…
x
Reference in New Issue
Block a user