summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lookup/phrase_lookup.cpp1
-rw-r--r--src/pinyin_internal.h1
-rw-r--r--src/storage/Makefile.am1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/lookup/phrase_lookup.cpp b/src/lookup/phrase_lookup.cpp
index 6070727..d2dce91 100644
--- a/src/lookup/phrase_lookup.cpp
+++ b/src/lookup/phrase_lookup.cpp
@@ -24,6 +24,7 @@
#include "novel_types.h"
#include "phrase_index.h"
#include "facade_phrase_table2.h"
+#include "facade_phrase_table3.h"
#include "phrase_lookup.h"
using namespace pinyin;
diff --git a/src/pinyin_internal.h b/src/pinyin_internal.h
index c260f7c..26c10fa 100644
--- a/src/pinyin_internal.h
+++ b/src/pinyin_internal.h
@@ -37,6 +37,7 @@
#include "phrase_large_table3.h"
#include "facade_chewing_table.h"
#include "facade_phrase_table2.h"
+#include "facade_phrase_table3.h"
#include "phrase_index.h"
#include "phrase_index_logger.h"
#include "ngram.h"
diff --git a/src/storage/Makefile.am b/src/storage/Makefile.am
index f96239d..fb51e12 100644
--- a/src/storage/Makefile.am
+++ b/src/storage/Makefile.am
@@ -48,6 +48,7 @@ noinst_HEADERS = chewing_enum.h \
chewing_large_table.h \
facade_chewing_table.h \
facade_phrase_table2.h \
+ facade_phrase_table3.h \
table_info.h