summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/in_memory/in_memory_record_store_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/in_memory/in_memory_record_store_test.cpp')
-rw-r--r--src/mongo/db/storage/in_memory/in_memory_record_store_test.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/storage/in_memory/in_memory_record_store_test.cpp b/src/mongo/db/storage/in_memory/in_memory_record_store_test.cpp
index 258317c8976..42138116da9 100644
--- a/src/mongo/db/storage/in_memory/in_memory_record_store_test.cpp
+++ b/src/mongo/db/storage/in_memory/in_memory_record_store_test.cpp
@@ -30,7 +30,6 @@
#include "mongo/db/storage/in_memory/in_memory_record_store.h"
-#include <boost/shared_ptr.hpp>
#include "mongo/db/storage/in_memory/in_memory_recovery_unit.h"
#include "mongo/db/storage/record_store_test_harness.h"
@@ -51,7 +50,7 @@ namespace mongo {
return new InMemoryRecoveryUnit();
}
- boost::shared_ptr<void> data;
+ std::shared_ptr<void> data;
};
HarnessHelper* newHarnessHelper() {