summaryrefslogtreecommitdiffstats
path: root/src/storage/ngram.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/ngram.h')
-rw-r--r--src/storage/ngram.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/storage/ngram.h b/src/storage/ngram.h
index 7466def..9b26f5d 100644
--- a/src/storage/ngram.h
+++ b/src/storage/ngram.h
@@ -23,11 +23,17 @@
#define NGRAM_H
#include <config.h>
+#include <glib.h>
+#include "novel_types.h"
#ifdef HAVE_BERKELEY_DB
#include "ngram_bdb.h"
#endif
+#ifdef HAVE_KYOTO_CABINET
+#include "ngram_kyotodb.h"
+#endif
+
namespace pinyin{
class Bigram;