summaryrefslogtreecommitdiffstats
path: root/src/storage/phrase_large_table3_kyotodb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/phrase_large_table3_kyotodb.h')
-rw-r--r--src/storage/phrase_large_table3_kyotodb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/storage/phrase_large_table3_kyotodb.h b/src/storage/phrase_large_table3_kyotodb.h
index ff6f0ce..0549697 100644
--- a/src/storage/phrase_large_table3_kyotodb.h
+++ b/src/storage/phrase_large_table3_kyotodb.h
@@ -22,6 +22,8 @@
#ifndef PHRASE_LARGE_TABLE3_KYOTODB_H
#define PHRASE_LARGE_TABLE3_KYOTODB_H
+#include "novel_types.h"
+#include "memory_chunk.h"
#include <kcdb.h>
namespace pinyin{
@@ -32,6 +34,7 @@ class PhraseLargeTable3{
private:
/* member variables. */
kyotocabinet::BasicDB * m_db;
+ MemoryChunk m_chunk;
protected:
PhraseTableEntry * m_entry;