summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/plan_ranking.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/dbtests/plan_ranking.cpp')
-rw-r--r--src/mongo/dbtests/plan_ranking.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/dbtests/plan_ranking.cpp b/src/mongo/dbtests/plan_ranking.cpp
index c10ba98d2dd..e2e998968a7 100644
--- a/src/mongo/dbtests/plan_ranking.cpp
+++ b/src/mongo/dbtests/plan_ranking.cpp
@@ -30,6 +30,7 @@
* This file tests db/query/plan_ranker.cpp and db/query/multi_plan_runner.cpp.
*/
+#include <boost/scoped_ptr.hpp>
#include <iostream>
#include "mongo/client/dbclientcursor.h"
@@ -60,6 +61,8 @@ namespace mongo {
namespace PlanRankingTests {
+ using boost::scoped_ptr;
+
static const char* ns = "unittests.PlanRankingTests";
class PlanRankingTestBase {