summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/sorted_data_interface_test_insert.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/sorted_data_interface_test_insert.cpp')
-rw-r--r--src/mongo/db/storage/sorted_data_interface_test_insert.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/db/storage/sorted_data_interface_test_insert.cpp b/src/mongo/db/storage/sorted_data_interface_test_insert.cpp
index 2ae1675ca74..d18530f9353 100644
--- a/src/mongo/db/storage/sorted_data_interface_test_insert.cpp
+++ b/src/mongo/db/storage/sorted_data_interface_test_insert.cpp
@@ -30,11 +30,15 @@
#include "mongo/db/storage/sorted_data_interface_test_harness.h"
+#include <boost/scoped_ptr.hpp>
+
#include "mongo/db/storage/sorted_data_interface.h"
#include "mongo/unittest/unittest.h"
namespace mongo {
+ using boost::scoped_ptr;
+
// Insert a key and verify that the number of entries in the index equals 1.
TEST( SortedDataInterface, Insert ) {
scoped_ptr<HarnessHelper> harnessHelper( newHarnessHelper() );