From 7ee25c7f8e0f2a89ba2a3275361e63674dba6373 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 9 Aug 2011 14:28:38 +0800 Subject: write the phrase index logger --- src/pinyin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pinyin.h') diff --git a/src/pinyin.h b/src/pinyin.h index 88f1fb5..bd3c4ff 100644 --- a/src/pinyin.h +++ b/src/pinyin.h @@ -6,6 +6,7 @@ #include "pinyin_large_table.h" #include "phrase_large_table.h" #include "phrase_index.h" +#include "phrase_index_logger.h" #include "ngram.h" #include "lookup.h" #include "pinyin_lookup.h" -- cgit