From 56c5c4a737c56de8e8e4ac0a09f8c2af4f6d0a39 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 18 Oct 2010 16:46:38 +0800 Subject: re-factor lookup sub-directory --- src/pinyin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pinyin.h') diff --git a/src/pinyin.h b/src/pinyin.h index 35611ee..5e10b4e 100644 --- a/src/pinyin.h +++ b/src/pinyin.h @@ -7,4 +7,6 @@ #include "phrase_large_table.h" #include "phrase_index.h" #include "ngram.h" +#include "lookup.h" #include "pinyin_lookup.h" +#include "phrase_lookup.h" -- cgit