summaryrefslogtreecommitdiff
path: root/src/mongo/bson
diff options
context:
space:
mode:
authorBilly Donahue <billy.donahue@mongodb.com>2018-05-25 14:19:21 -0400
committerBilly Donahue <billy.donahue@mongodb.com>2018-06-06 11:25:55 -0400
commit0074ca3ac8171243232d4e037f5150ba48d11bc5 (patch)
tree910d12176610d7f461e3084643197b55affd7fcb /src/mongo/bson
parent937039a3c901191475b316dad821eeedc71e50f5 (diff)
downloadmongo-0074ca3ac8171243232d4e037f5150ba48d11bc5.tar.gz
SERVER-35135 Redact command payload when auditing edge case events
Add missing #include for mongo/bson/util/builder.h
Diffstat (limited to 'src/mongo/bson')
-rw-r--r--src/mongo/bson/bsonobjbuilder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/bson/bsonobjbuilder.h b/src/mongo/bson/bsonobjbuilder.h
index c8aed97e15b..6162495c1cd 100644
--- a/src/mongo/bson/bsonobjbuilder.h
+++ b/src/mongo/bson/bsonobjbuilder.h
@@ -45,6 +45,7 @@
#include "mongo/bson/bsonelement.h"
#include "mongo/bson/bsonmisc.h"
#include "mongo/bson/bsonobj.h"
+#include "mongo/bson/util/builder.h"
#include "mongo/platform/decimal128.h"
#include "mongo/stdx/type_traits.h"
#include "mongo/util/itoa.h"