summaryrefslogtreecommitdiff
path: root/src/mongo/s/chunk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/chunk.cpp')
-rw-r--r--src/mongo/s/chunk.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mongo/s/chunk.cpp b/src/mongo/s/chunk.cpp
index 61a6769320f..62a19e74213 100644
--- a/src/mongo/s/chunk.cpp
+++ b/src/mongo/s/chunk.cpp
@@ -73,6 +73,18 @@
namespace mongo {
using boost::shared_ptr;
+ using std::auto_ptr;
+ using std::cout;
+ using std::endl;
+ using std::pair;
+ using std::make_pair;
+ using std::map;
+ using std::max;
+ using std::ostringstream;
+ using std::set;
+ using std::string;
+ using std::stringstream;
+ using std::vector;
inline bool allOfType(BSONType type, const BSONObj& o) {
BSONObjIterator it(o);