Skip to content

Commit

Permalink
possible fix for rocksdb centos compile fail
Browse files Browse the repository at this point in the history
  • Loading branch information
msotheeswaran-sc committed Sep 29, 2023
1 parent 7049b5f commit bcc7c71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/storage/rocksdb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#include "../cluster.h"
#include "rocksdbfactor_internal.h"

template class std::basic_string<char>;

static const char keyprefix[] = INTERNAL_KEY_PREFIX;

rocksdb::Options DefaultRocksDBOptions();
Expand Down

0 comments on commit bcc7c71

Please sign in to comment.