diff options
| author | Peng Wu <alexepico@gmail.com> | 2016-01-08 12:41:47 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2016-01-08 12:41:47 +0800 |
| commit | 2952fef39edfd345905bee53460c3d2737a489dc (patch) | |
| tree | d2c9970751899de0857accffff7122dfbcd23867 /src/storage/zhuyin_parser2.cpp | |
| parent | ad9b5cdcb5e4455d2c353f8f823c63e8ef70e184 (diff) | |
| download | libpinyin-2952fef39edfd345905bee53460c3d2737a489dc.tar.gz libpinyin-2952fef39edfd345905bee53460c3d2737a489dc.tar.xz libpinyin-2952fef39edfd345905bee53460c3d2737a489dc.zip | |
use pinyin_phrase3.h
Diffstat (limited to 'src/storage/zhuyin_parser2.cpp')
| -rw-r--r-- | src/storage/zhuyin_parser2.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/storage/zhuyin_parser2.cpp b/src/storage/zhuyin_parser2.cpp index d55d92e..847fc3f 100644 --- a/src/storage/zhuyin_parser2.cpp +++ b/src/storage/zhuyin_parser2.cpp @@ -26,6 +26,7 @@ #include <string.h> #include "stl_lite.h" #include "pinyin_phrase2.h" +#include "pinyin_phrase3.h" #include "pinyin_custom2.h" #include "chewing_key.h" #include "pinyin_parser_table.h" |
