From a3eba16fd79e6954de9cbef245307d3d7631aa40 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Wed, 30 Mar 2016 14:32:19 +0800 Subject: switch to chewing large table 2 --- src/pinyin_internal.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pinyin_internal.cpp') diff --git a/src/pinyin_internal.cpp b/src/pinyin_internal.cpp index 5a6b20e..1017264 100644 --- a/src/pinyin_internal.cpp +++ b/src/pinyin_internal.cpp @@ -2,6 +2,7 @@ /* deprecated headers, just keep it here for compiling. */ +#include "facade_chewing_table.h" #include "facade_phrase_table2.h" /* Place holder for pinyin internal library. */ -- cgit