summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/shard_filter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/shard_filter.cpp')
-rw-r--r--src/mongo/db/exec/shard_filter.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/exec/shard_filter.cpp b/src/mongo/db/exec/shard_filter.cpp
index d5344af6dc2..60d31990be0 100644
--- a/src/mongo/db/exec/shard_filter.cpp
+++ b/src/mongo/db/exec/shard_filter.cpp
@@ -38,6 +38,9 @@
namespace mongo {
+ using std::auto_ptr;
+ using std::vector;
+
// static
const char* ShardFilterStage::kStageType = "SHARDING_FILTER";