summaryrefslogtreecommitdiffstats
path: root/src/storage/phrase_large_table3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/phrase_large_table3.h')
-rw-r--r--src/storage/phrase_large_table3.h7
1 files changed, 7 insertions, 0 deletions
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{