summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/security_key.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/auth/security_key.cpp')
-rw-r--r--src/mongo/db/auth/security_key.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/auth/security_key.cpp b/src/mongo/db/auth/security_key.cpp
index 0b70544f841..8edbc6ef140 100644
--- a/src/mongo/db/auth/security_key.cpp
+++ b/src/mongo/db/auth/security_key.cpp
@@ -51,6 +51,9 @@
namespace mongo {
+ using std::endl;
+ using std::string;
+
bool setUpSecurityKey(const string& filename) {
struct stat stats;