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/chewing_large_table.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/chewing_large_table.cpp')
| -rw-r--r-- | src/storage/chewing_large_table.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/storage/chewing_large_table.cpp b/src/storage/chewing_large_table.cpp index a51592a..ffdbaae 100644 --- a/src/storage/chewing_large_table.cpp +++ b/src/storage/chewing_large_table.cpp @@ -22,6 +22,7 @@ #include "chewing_large_table.h" #include <assert.h> #include "pinyin_phrase2.h" +#include "pinyin_phrase3.h" #include "pinyin_parser2.h" |
