]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rocksdb/examples/options_file_example.cc
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / rocksdb / examples / options_file_example.cc
index 5dd0a479c00075d82c0f02ca15ede279791c7b3f..e6a1d0e9a001928b4cc8d9f16d5f2aaa626a3209 100644 (file)
@@ -18,7 +18,7 @@
 #include "rocksdb/table.h"
 #include "rocksdb/utilities/options_util.h"
 
-using namespace rocksdb;
+using namespace ROCKSDB_NAMESPACE;
 
 std::string kDBPath = "/tmp/rocksdb_options_file_example";