summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/delete.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/ops/delete.h')
-rw-r--r--src/mongo/db/ops/delete.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/ops/delete.h b/src/mongo/db/ops/delete.h
index a947167f985..0367ce8c165 100644
--- a/src/mongo/db/ops/delete.h
+++ b/src/mongo/db/ops/delete.h
@@ -31,6 +31,7 @@
#pragma once
#include "mongo/db/jsobj.h"
+#include "mongo/db/query/plan_executor.h"
namespace mongo {
@@ -43,6 +44,7 @@ namespace mongo {
Database* db,
const StringData& ns,
BSONObj pattern,
+ PlanExecutor::YieldPolicy policy,
bool justOne,
bool logop = false,
bool god = false,