summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/index_filter_commands_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/index_filter_commands_test.cpp')
-rw-r--r--src/mongo/db/commands/index_filter_commands_test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/commands/index_filter_commands_test.cpp b/src/mongo/db/commands/index_filter_commands_test.cpp
index e892bcee7a8..3ca48225e28 100644
--- a/src/mongo/db/commands/index_filter_commands_test.cpp
+++ b/src/mongo/db/commands/index_filter_commands_test.cpp
@@ -32,6 +32,8 @@
#include "mongo/db/commands/index_filter_commands.h"
+#include <boost/scoped_ptr.hpp>
+
#include "mongo/db/json.h"
#include "mongo/db/operation_context_noop.h"
#include "mongo/db/query/plan_ranker.h"
@@ -42,6 +44,7 @@ using namespace mongo;
namespace {
+ using boost::scoped_ptr;
using std::string;
using std::vector;