summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2016-02-25 15:31:33 +0800
committerPeng Wu <alexepico@gmail.com>2016-02-25 15:31:33 +0800
commitcf3d51fca85888657cb2e0d8d54ee7bd8de114b5 (patch)
treeb1f566f6bd8be399c7b475c69165090d81a0b5eb /src
parentb93bca7c15be3ed1d2331edbca90165e69f20770 (diff)
downloadlibpinyin-cf3d51fca85888657cb2e0d8d54ee7bd8de114b5.tar.gz
libpinyin-cf3d51fca85888657cb2e0d8d54ee7bd8de114b5.tar.xz
libpinyin-cf3d51fca85888657cb2e0d8d54ee7bd8de114b5.zip
update chewing_large_table2.h
Diffstat (limited to 'src')
-rw-r--r--src/storage/chewing_large_table2.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/storage/chewing_large_table2.h b/src/storage/chewing_large_table2.h
index 409a2b0..23dbd2f 100644
--- a/src/storage/chewing_large_table2.h
+++ b/src/storage/chewing_large_table2.h
@@ -26,6 +26,14 @@
#include "memory_chunk.h"
#include "chewing_key.h"
+#ifdef HAVE_BERKELEY_DB
+#include "chewing_large_table2_bdb.h"
+#endif
+
+#ifdef HAVE_KYOTO_CABINET
+#include "chewing_large_table2_kyotodb.h"
+#endif
+
namespace pinyin{
template<size_t phrase_length>