summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/mr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/mr.cpp')
-rw-r--r--src/mongo/db/commands/mr.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mongo/db/commands/mr.cpp b/src/mongo/db/commands/mr.cpp
index e330372778d..f6d340b97d3 100644
--- a/src/mongo/db/commands/mr.cpp
+++ b/src/mongo/db/commands/mr.cpp
@@ -69,6 +69,12 @@
namespace mongo {
using boost::scoped_ptr;
+ using std::auto_ptr;
+ using std::endl;
+ using std::set;
+ using std::string;
+ using std::stringstream;
+ using std::vector;
namespace mr {