From de3179e4d600dfa45408c8618dbf0b326dc44a20 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 12 Jan 2016 15:07:12 +0800 Subject: update phrase_large_table3.h --- src/storage/phrase_large_table3.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/storage/phrase_large_table3.h b/src/storage/phrase_large_table3.h index 3200679..6cbd5ae 100644 --- a/src/storage/phrase_large_table3.h +++ b/src/storage/phrase_large_table3.h @@ -22,6 +22,7 @@ #ifndef PHRASE_LARGE_TABLE3_H #define PHRASE_LARGE_TABLE3_H +#include #include "novel_types.h" #include "memory_chunk.h" @@ -47,9 +48,9 @@ public: } /* load/store method */ - bool load(Trie * index, MemoryChunk * content); + bool load(FILE * index, MemoryChunk * content); - bool store(Trie * new_index, MemoryChunk * new_content); + bool store(FILE * new_index, MemoryChunk * new_content); bool load_text(FILE * file); -- cgit