summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/mmaptests.cpp
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2016-12-10 22:01:46 -0500
committerAndrew Morrow <acm@mongodb.com>2016-12-14 09:22:24 -0500
commita20ff1fe0d639d703314b36031d829c8713c2a91 (patch)
tree6f03762fc5daaf812400513b8bfddfb9a4222aee /src/mongo/dbtests/mmaptests.cpp
parent64f1ca4537d17ea65ceeb05885b48732a314cc02 (diff)
downloadmongo-a20ff1fe0d639d703314b36031d829c8713c2a91.tar.gz
SERVER-23103 Move assembleResposne to its own library
Diffstat (limited to 'src/mongo/dbtests/mmaptests.cpp')
-rw-r--r--src/mongo/dbtests/mmaptests.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/dbtests/mmaptests.cpp b/src/mongo/dbtests/mmaptests.cpp
index 73e6fc20f83..2090e66d4b5 100644
--- a/src/mongo/dbtests/mmaptests.cpp
+++ b/src/mongo/dbtests/mmaptests.cpp
@@ -33,6 +33,7 @@
#include <boost/filesystem/operations.hpp>
#include <iostream>
+#include "mongo/db/concurrency/d_concurrency.h"
#include "mongo/db/concurrency/lock_state.h"
#include "mongo/db/service_context.h"
#include "mongo/db/storage/mmap_v1/data_file.h"