mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
修复部分代码在 windows 上编译不通过的问题,提升兼容性。
This commit is contained in:
parent
e3c57c0ba1
commit
389914ae1b
@ -9,6 +9,9 @@
|
||||
#elif(__cplusplus == 201103L)
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
#elif defined _MSC_VER
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
#else
|
||||
#include <tr1/unordered_map>
|
||||
#include <tr1/unordered_set>
|
||||
|
Loading…
x
Reference in New Issue
Block a user