summaryrefslogtreecommitdiff
path: root/src/mongo/db/ftdc/decompressor.cpp
diff options
context:
space:
mode:
authorAdam Midvidy <amidvidy@gmail.com>2015-11-06 11:46:05 -0500
committerAdam Midvidy <amidvidy@gmail.com>2015-11-10 15:21:44 -0500
commite001158d2da317ae36030cf4919ab8ebb9bdf8b2 (patch)
tree90c7ba512ee748caf911f2cfe885cba995dfc1f6 /src/mongo/db/ftdc/decompressor.cpp
parent47f20b624ea81232b9c30d69f1b4f982891494dc (diff)
downloadmongo-e001158d2da317ae36030cf4919ab8ebb9bdf8b2.tar.gz
SERVER-20609 make BSON validation inlineable
Diffstat (limited to 'src/mongo/db/ftdc/decompressor.cpp')
-rw-r--r--src/mongo/db/ftdc/decompressor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/ftdc/decompressor.cpp b/src/mongo/db/ftdc/decompressor.cpp
index 622b7bbe831..0ef3f48d467 100644
--- a/src/mongo/db/ftdc/decompressor.cpp
+++ b/src/mongo/db/ftdc/decompressor.cpp
@@ -36,6 +36,7 @@
#include "mongo/db/ftdc/util.h"
#include "mongo/db/ftdc/varint.h"
#include "mongo/db/jsobj.h"
+#include "mongo/rpc/object_check.h"
#include "mongo/util/assert_util.h"
namespace mongo {