diff options
author | Peng Wu <alexepico@gmail.com> | 2011-12-09 15:19:42 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2011-12-09 15:19:42 +0800 |
commit | ec1e4559dede2e3bddf555c6322c64642bdbc1e0 (patch) | |
tree | a8a8b557fa65d17c70447ddfe2b7a6aba737596c /utils | |
parent | 166e1723bd4677a8b454bb12bf22ed7f4ebac5c5 (diff) | |
download | libpinyin-ec1e4559dede2e3bddf555c6322c64642bdbc1e0.tar.gz libpinyin-ec1e4559dede2e3bddf555c6322c64642bdbc1e0.tar.xz libpinyin-ec1e4559dede2e3bddf555c6322c64642bdbc1e0.zip |
port gen_zhuyin_map.cpp
Diffstat (limited to 'utils')
-rw-r--r-- | utils/storage/gen_zhuyin_map.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/storage/gen_zhuyin_map.cpp b/utils/storage/gen_zhuyin_map.cpp index 2224805..bc6c647 100644 --- a/utils/storage/gen_zhuyin_map.cpp +++ b/utils/storage/gen_zhuyin_map.cpp @@ -20,10 +20,11 @@ */ -#include "pinyin_internal.h" +#include "pinyin_base.h" #include <stdio.h> #include <string.h> +using namespace pinyin; static const char *map_names [] = { "__zhuyin_standard_map", |