summaryrefslogtreecommitdiff
path: root/src/mongo/s/type_database.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/type_database.cpp')
-rw-r--r--src/mongo/s/type_database.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/s/type_database.cpp b/src/mongo/s/type_database.cpp
index e329caaed6c..cae63e92028 100644
--- a/src/mongo/s/type_database.cpp
+++ b/src/mongo/s/type_database.cpp
@@ -32,6 +32,8 @@
namespace mongo {
+ using std::string;
+
using mongoutils::str::stream;
const std::string DatabaseType::ConfigNS = "config.databases";