diff options
Diffstat (limited to 'src/mongo/db/exec/inclusion_projection_executor.h')
| -rw-r--r-- | src/mongo/db/exec/inclusion_projection_executor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/exec/inclusion_projection_executor.h b/src/mongo/db/exec/inclusion_projection_executor.h index a0429ff924f..f0dd72aae80 100644 --- a/src/mongo/db/exec/inclusion_projection_executor.h +++ b/src/mongo/db/exec/inclusion_projection_executor.h @@ -237,10 +237,10 @@ public: return {DocumentSource::GetModPathsReturn::Type::kAllPaths, {}, {}}; } - std::set<std::string> preservedPaths; + OrderedPathSet preservedPaths; _root->reportProjectedPaths(&preservedPaths); - std::set<std::string> computedPaths; + OrderedPathSet computedPaths; StringMap<std::string> renamedPaths; _root->reportComputedPaths(&computedPaths, &renamedPaths); |
