From 4e0c42f37615c7efc24d8a06b9e77b025824c8b0 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 26 Jan 2016 15:56:57 +0800 Subject: update phrase_large_table3.h and Makefile.am --- src/storage/phrase_large_table3.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/storage/phrase_large_table3.h') diff --git a/src/storage/phrase_large_table3.h b/src/storage/phrase_large_table3.h index 13396d6..a32be38 100644 --- a/src/storage/phrase_large_table3.h +++ b/src/storage/phrase_large_table3.h @@ -26,6 +26,13 @@ #include "novel_types.h" #include "memory_chunk.h" +#ifdef HAVE_BERKELEY_DB +#include "phrase_large_table3_bdb.h" +#endif + +#ifdef HAVE_KYOTO_CABINET +#include "phrase_large_table3_kyotodb.h" +#endif namespace pinyin{ -- cgit