summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/batch_write_op.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/write_ops/batch_write_op.h')
-rw-r--r--src/mongo/s/write_ops/batch_write_op.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/write_ops/batch_write_op.h b/src/mongo/s/write_ops/batch_write_op.h
index 0237bb6185d..a2e601b97d1 100644
--- a/src/mongo/s/write_ops/batch_write_op.h
+++ b/src/mongo/s/write_ops/batch_write_op.h
@@ -107,7 +107,7 @@ namespace mongo {
*/
Status targetBatch( const NSTargeter& targeter,
bool recordTargetErrors,
- vector<TargetedWriteBatch*>* targetedBatches );
+ std::vector<TargetedWriteBatch*>* targetedBatches );
/**
* Fills a BatchCommandRequest from a TargetedWriteBatch for this BatchWriteOp.