diff options
author | Billy Donahue <billy.donahue@mongodb.com> | 2018-05-25 14:19:21 -0400 |
---|---|---|
committer | Billy Donahue <billy.donahue@mongodb.com> | 2018-06-06 11:25:55 -0400 |
commit | 0074ca3ac8171243232d4e037f5150ba48d11bc5 (patch) | |
tree | 910d12176610d7f461e3084643197b55affd7fcb /src/mongo/bson | |
parent | 937039a3c901191475b316dad821eeedc71e50f5 (diff) | |
download | mongo-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.h | 1 |
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" |