summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/exclusion_projection_executor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/exclusion_projection_executor.h')
-rw-r--r--src/mongo/db/exec/exclusion_projection_executor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/exclusion_projection_executor.h b/src/mongo/db/exec/exclusion_projection_executor.h
index a9c1fade72d..eb75f86fa20 100644
--- a/src/mongo/db/exec/exclusion_projection_executor.h
+++ b/src/mongo/db/exec/exclusion_projection_executor.h
@@ -149,7 +149,7 @@ public:
return {DocumentSource::GetModPathsReturn::Type::kAllPaths, {}, {}};
}
- std::set<std::string> modifiedPaths;
+ OrderedPathSet modifiedPaths;
_root->reportProjectedPaths(&modifiedPaths);
return {DocumentSource::GetModPathsReturn::Type::kFiniteSet, std::move(modifiedPaths), {}};
}