From: Haomai Wang Date: Mon, 1 Dec 2014 14:24:45 +0000 (+0800) Subject: KnieticStore: add necessary header file X-Git-Tag: v0.90~24^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e0190bd38e2d79ee844339907069f97b469a1dae;p=ceph.git KnieticStore: add necessary header file Signed-off-by: Haomai Wang --- diff --git a/src/os/KeyValueDB.cc b/src/os/KeyValueDB.cc index 7d7de3e42c3..f7f1e30bae6 100644 --- a/src/os/KeyValueDB.cc +++ b/src/os/KeyValueDB.cc @@ -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)