summaryrefslogtreecommitdiff
path: root/tools/db_repl_stress.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/db_repl_stress.cc')
-rw-r--r--tools/db_repl_stress.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/db_repl_stress.cc b/tools/db_repl_stress.cc
index c7ad71738..717f5d3d8 100644
--- a/tools/db_repl_stress.cc
+++ b/tools/db_repl_stress.cc
@@ -27,7 +27,7 @@ int main() {
// --num_inserts = the num of inserts the first thread should perform.
// --wal_ttl = the wal ttl for the run.
-using namespace rocksdb;
+using namespace ROCKSDB_NAMESPACE;
using GFLAGS_NAMESPACE::ParseCommandLineFlags;
using GFLAGS_NAMESPACE::SetUsageMessage;