summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/abt/field_map_builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/pipeline/abt/field_map_builder.h')
-rw-r--r--src/mongo/db/pipeline/abt/field_map_builder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/abt/field_map_builder.h b/src/mongo/db/pipeline/abt/field_map_builder.h
index 4eedf150644..af593d38cd3 100644
--- a/src/mongo/db/pipeline/abt/field_map_builder.h
+++ b/src/mongo/db/pipeline/abt/field_map_builder.h
@@ -57,7 +57,7 @@ struct FieldMapEntry {
bool _hasDrop = false;
std::string _constVarName;
- OrderedPathSet _childPaths;
+ std::set<std::string> _childPaths;
};
class FieldMapBuilder {