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.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/db/commands/mr.cpp b/src/mongo/db/commands/mr.cpp
index f062a239f91..d5aebcdc887 100644
--- a/src/mongo/db/commands/mr.cpp
+++ b/src/mongo/db/commands/mr.cpp
@@ -34,6 +34,8 @@
#include "mongo/db/commands/mr.h"
+#include <boost/scoped_ptr.hpp>
+
#include "mongo/client/connpool.h"
#include "mongo/client/parallel.h"
#include "mongo/db/auth/authorization_session.h"
@@ -66,6 +68,8 @@
namespace mongo {
+ using boost::scoped_ptr;
+
namespace mr {
AtomicUInt32 Config::JOB_NUMBER;