mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
forgot to conditionally include codecvt in path.cpp
This commit is contained in:
parent
0ee0817757
commit
f502626418
|
@ -21,7 +21,6 @@
|
|||
// @license: http://www.opensource.org/licenses/mit-license.php
|
||||
// @author: see AUTHORS file
|
||||
|
||||
#include <codecvt>
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
#include <sys/stat.h>
|
||||
|
@ -32,6 +31,8 @@
|
|||
#include <linux/limits.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#elif define(_MSC_VER)
|
||||
#include <codecvt>
|
||||
#endif
|
||||
|
||||
#include <detail/external/include_windows.hpp>
|
||||
|
|
Loading…
Reference in New Issue
Block a user