mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
ifdef out codecvt
This commit is contained in:
parent
245f5117d3
commit
7fb9df97be
|
@ -21,7 +21,6 @@
|
||||||
// @license: http://www.opensource.org/licenses/mit-license.php
|
// @license: http://www.opensource.org/licenses/mit-license.php
|
||||||
// @author: see AUTHORS file
|
// @author: see AUTHORS file
|
||||||
|
|
||||||
#include <codecvt>
|
|
||||||
#include <locale>
|
#include <locale>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
@ -29,6 +28,8 @@
|
||||||
|
|
||||||
#ifdef UTFCPP
|
#ifdef UTFCPP
|
||||||
#include <utf8.h>
|
#include <utf8.h>
|
||||||
|
#else
|
||||||
|
#include <codecvt>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace xlnt {
|
namespace xlnt {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user