From 50b8d01371708313ec063178f9819ee6230487d7 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 9 Dec 2011 15:21:49 +0800 Subject: port gen_pinyin_table.cpp --- utils/storage/gen_pinyin_table.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/utils/storage/gen_pinyin_table.cpp b/utils/storage/gen_pinyin_table.cpp index 0d7e231..99a4a0e 100644 --- a/utils/storage/gen_pinyin_table.cpp +++ b/utils/storage/gen_pinyin_table.cpp @@ -19,10 +19,16 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + +#include "novel_types.h" +#include "pinyin_base.h" +#include "pinyin_phrase.h" #include +#include #include #include -#include "pinyin_internal.h" + +using namespace pinyin; GTree * g_pinyin_tree; -- cgit