summaryrefslogtreecommitdiff
path: root/src/mongo/s/cluster_client_internal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/cluster_client_internal.cpp')
-rw-r--r--src/mongo/s/cluster_client_internal.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/s/cluster_client_internal.cpp b/src/mongo/s/cluster_client_internal.cpp
index 5a9b7c2a0e6..b0b4fc53f81 100644
--- a/src/mongo/s/cluster_client_internal.cpp
+++ b/src/mongo/s/cluster_client_internal.cpp
@@ -49,6 +49,8 @@
namespace mongo {
using boost::scoped_ptr;
+ using std::auto_ptr;
+ using std::endl;
using std::string;
using std::vector;
using mongoutils::str::stream;