summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/count.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/count.h')
-rw-r--r--src/mongo/db/exec/count.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/exec/count.h b/src/mongo/db/exec/count.h
index 13cf7de83a6..ff70f3b2170 100644
--- a/src/mongo/db/exec/count.h
+++ b/src/mongo/db/exec/count.h
@@ -28,7 +28,6 @@
#pragma once
-#include <boost/scoped_ptr.hpp>
#include "mongo/db/exec/plan_stage.h"
@@ -123,7 +122,7 @@ namespace mongo {
// by us.
WorkingSet* _ws;
- boost::scoped_ptr<PlanStage> _child;
+ std::unique_ptr<PlanStage> _child;
CommonStats _commonStats;
CountStats _specificStats;