KnieticStore: add necessary header file

Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
This commit is contained in:
Haomai Wang 2014-12-01 22:24:45 +08:00
parent 50de36edff
commit e0190bd38e

View File

@ -6,6 +6,9 @@
#ifdef HAVE_LIBROCKSDB
#include "RocksDBStore.h"
#endif
#ifdef HAVE_KINETIC
#include "KineticStore.h"
#endif
KeyValueDB *KeyValueDB::create(CephContext *cct, const string& type,
const string& dir)