fix missing header

This commit is contained in:
Thomas Fussell 2015-11-21 14:32:50 -05:00
parent 7cf246994e
commit eb961a91b9
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,4 @@
#include <algorithm>
#include <cctype>
#include <sstream>
#include <xlnt/cell/cell.hpp>

View File

@ -1,4 +1,5 @@
#include <algorithm>
#include <cctype>
#include <regex>
#include <xlnt/utils/datetime.hpp>