diff options
| author | Peng Wu <alexepico@gmail.com> | 2016-01-08 12:52:17 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2016-01-08 12:52:17 +0800 |
| commit | fc7fffecf01667281cb094147e20aedcd4d7a8dd (patch) | |
| tree | 3dd22220759e033b849018250f19da9f785efee7 /src/storage/chewing_key.cpp | |
| parent | 1df99e805cb16bc8f9b46e1a45ea7e0eecb0aeff (diff) | |
| download | libpinyin-fc7fffecf01667281cb094147e20aedcd4d7a8dd.tar.gz libpinyin-fc7fffecf01667281cb094147e20aedcd4d7a8dd.tar.xz libpinyin-fc7fffecf01667281cb094147e20aedcd4d7a8dd.zip | |
refactor code
Diffstat (limited to 'src/storage/chewing_key.cpp')
| -rw-r--r-- | src/storage/chewing_key.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/storage/chewing_key.cpp b/src/storage/chewing_key.cpp index 66be039..79e0402 100644 --- a/src/storage/chewing_key.cpp +++ b/src/storage/chewing_key.cpp @@ -22,6 +22,7 @@ #include "chewing_key.h" #include <assert.h> #include "pinyin_parser2.h" +#include "zhuyin_parser2.h" #include "pinyin_parser_table.h" #include "zhuyin_table.h" |
