From 9f30e21c627e4c73ab0b44e45b7ce657b3e2619f Mon Sep 17 00:00:00 2001 From: Andrew Morrow Date: Fri, 9 Jan 2015 18:02:51 -0500 Subject: SERVER-13256 Add usings and qualifications for names from namespace std --- src/mongo/db/auth/auth_index_d.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mongo/db/auth/auth_index_d.cpp') diff --git a/src/mongo/db/auth/auth_index_d.cpp b/src/mongo/db/auth/auth_index_d.cpp index a2fa5cf609e..947ee0b8ebe 100644 --- a/src/mongo/db/auth/auth_index_d.cpp +++ b/src/mongo/db/auth/auth_index_d.cpp @@ -45,6 +45,9 @@ #include "mongo/util/log.h" namespace mongo { + + using std::endl; + namespace authindex { namespace { -- cgit v1.2.1