mirror of
https://github.com/ceph/ceph
synced 2025-02-22 02:27:29 +00:00
KnieticStore: add necessary header file
Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
This commit is contained in:
parent
50de36edff
commit
e0190bd38e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user