mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
only include codecvt on windows since gcc 4 doesn't ship with it
This commit is contained in:
parent
d6c7162b17
commit
24d074d6a7
|
@ -24,11 +24,14 @@
|
|||
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
#include <codecvt>
|
||||
#include <fstream>
|
||||
#include <functional>
|
||||
#include <set>
|
||||
|
||||
#ifdef WIN32
|
||||
#include <codecvt> // utf-8 -> utf-16 conversion
|
||||
#endif
|
||||
|
||||
#include <detail/cell_impl.hpp>
|
||||
#include <detail/constants.hpp>
|
||||
#include <detail/excel_thumbnail.hpp>
|
||||
|
|
Loading…
Reference in New Issue
Block a user