summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/mmap_v1/record_store_v1_simple_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/mmap_v1/record_store_v1_simple_test.cpp')
-rw-r--r--src/mongo/db/storage/mmap_v1/record_store_v1_simple_test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/storage/mmap_v1/record_store_v1_simple_test.cpp b/src/mongo/db/storage/mmap_v1/record_store_v1_simple_test.cpp
index 2f1b0181ec8..58a5ceeb317 100644
--- a/src/mongo/db/storage/mmap_v1/record_store_v1_simple_test.cpp
+++ b/src/mongo/db/storage/mmap_v1/record_store_v1_simple_test.cpp
@@ -39,6 +39,9 @@
using namespace mongo;
namespace {
+
+ using std::string;
+
TEST(SimpleRecordStoreV1, ChangeNoPaddingSetting) {
OperationContextNoop txn;
DummyExtentManager em;