diff options
Diffstat (limited to 'src/mongo/bson/bsonobjbuilder.cpp')
-rw-r--r-- | src/mongo/bson/bsonobjbuilder.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mongo/bson/bsonobjbuilder.cpp b/src/mongo/bson/bsonobjbuilder.cpp index 859b5c8b5a7..bde3526c543 100644 --- a/src/mongo/bson/bsonobjbuilder.cpp +++ b/src/mongo/bson/bsonobjbuilder.cpp @@ -27,19 +27,14 @@ * it in the license file. */ - -#include "mongo/db/jsobj.h" - +#include "mongo/bson/bsonobjbuilder.h" #include "mongo/bson/timestamp.h" #include "mongo/logv2/log.h" #define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kDefault - namespace mongo { -using std::string; - template <class Derived, class B> Derived& BSONObjBuilderBase<Derived, B>::appendMinForType(StringData fieldName, int t) { switch (t) { |