summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/auth_schema_upgrade_d.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/auth_schema_upgrade_d.cpp')
-rw-r--r--src/mongo/db/commands/auth_schema_upgrade_d.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/commands/auth_schema_upgrade_d.cpp b/src/mongo/db/commands/auth_schema_upgrade_d.cpp
index b3cfba4a4ef..5980b06735e 100644
--- a/src/mongo/db/commands/auth_schema_upgrade_d.cpp
+++ b/src/mongo/db/commands/auth_schema_upgrade_d.cpp
@@ -44,6 +44,8 @@
namespace mongo {
namespace {
+ using std::string;
+
Status checkReplicaMemberVersions() {
repl::ReplicationCoordinator* replCoord = repl::getGlobalReplicationCoordinator();