]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
KnieticStore: add necessary header file 3046/head
authorHaomai Wang <haomaiwang@gmail.com>
Mon, 1 Dec 2014 14:24:45 +0000 (22:24 +0800)
committerHaomai Wang <haomaiwang@gmail.com>
Mon, 1 Dec 2014 14:24:45 +0000 (22:24 +0800)
Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
src/os/KeyValueDB.cc

index 7d7de3e42c388760ca53e220421c3373b45511b6..f7f1e30bae6b1237402a72999935a23f87547add 100644 (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)