summaryrefslogtreecommitdiff
path: root/src/mongo/bson/bsonobj.cpp
diff options
context:
space:
mode:
authorTess Avitabile <tess.avitabile@mongodb.com>2017-08-01 15:32:03 -0400
committerTess Avitabile <tess.avitabile@mongodb.com>2017-08-09 10:43:42 -0400
commit50a1afafc816097ed57804ff7033dffd85dbe160 (patch)
treed9d54f202d8033391d74f4a2828a8d26123c3f07 /src/mongo/bson/bsonobj.cpp
parent2de7b036fd98ba618d4a9cf4cbe1cf8e81132d48 (diff)
downloadmongo-50a1afafc816097ed57804ff7033dffd85dbe160.tar.gz
SERVER-30189 Reduce calls to allocator for large $in expressions
Diffstat (limited to 'src/mongo/bson/bsonobj.cpp')
-rw-r--r--src/mongo/bson/bsonobj.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/bson/bsonobj.cpp b/src/mongo/bson/bsonobj.cpp
index 06f446c9c05..12bcb5f6747 100644
--- a/src/mongo/bson/bsonobj.cpp
+++ b/src/mongo/bson/bsonobj.cpp
@@ -33,6 +33,7 @@
#include "mongo/base/data_range.h"
#include "mongo/bson/bson_validate.h"
+#include "mongo/bson/bsonelement_comparator_interface.h"
#include "mongo/db/json.h"
#include "mongo/util/allocator.h"
#include "mongo/util/hex.h"