summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/query_stage_count_scan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/dbtests/query_stage_count_scan.cpp')
-rw-r--r--src/mongo/dbtests/query_stage_count_scan.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/dbtests/query_stage_count_scan.cpp b/src/mongo/dbtests/query_stage_count_scan.cpp
index 523bde78664..7c20f44b605 100644
--- a/src/mongo/dbtests/query_stage_count_scan.cpp
+++ b/src/mongo/dbtests/query_stage_count_scan.cpp
@@ -26,7 +26,6 @@
* then also delete it in the license file.
*/
-#include <boost/shared_ptr.hpp>
#include "mongo/client/dbclientcursor.h"
#include "mongo/db/catalog/collection.h"
@@ -47,7 +46,7 @@
namespace QueryStageCountScan {
- using boost::shared_ptr;
+ using std::shared_ptr;
class CountBase {
public: