summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Storch <david.storch@10gen.com>2016-02-16 13:24:24 -0500
committerDavid Storch <david.storch@10gen.com>2016-02-22 09:57:10 -0500
commita3f8b3f68e83982f015be8456351883b6ad3a3f8 (patch)
tree4b62cc920bd9055a919c8dea88f03bdd09809d44
parent379a6993695c0468b0e08704aa46760db986744f (diff)
downloadmongo-a3f8b3f68e83982f015be8456351883b6ad3a3f8.tar.gz
SERVER-22626 fix lint
(cherry picked from commit 1b3020e1bcf997033be0c95e5c736579b0029f16)
-rw-r--r--src/mongo/bson/bsontypes.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/bson/bsontypes.cpp b/src/mongo/bson/bsontypes.cpp
index 29b0207c992..4797c260802 100644
--- a/src/mongo/bson/bsontypes.cpp
+++ b/src/mongo/bson/bsontypes.cpp
@@ -29,6 +29,7 @@
#include "mongo/bson/bsontypes.h"
+#include "mongo/config.h"
#include "mongo/db/jsobj.h"
namespace mongo {