summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/sorted_data_interface_test_cursor_advanceto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/sorted_data_interface_test_cursor_advanceto.cpp')
-rw-r--r--src/mongo/db/storage/sorted_data_interface_test_cursor_advanceto.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/storage/sorted_data_interface_test_cursor_advanceto.cpp b/src/mongo/db/storage/sorted_data_interface_test_cursor_advanceto.cpp
index b2d59de5ec1..b9802b763b3 100644
--- a/src/mongo/db/storage/sorted_data_interface_test_cursor_advanceto.cpp
+++ b/src/mongo/db/storage/sorted_data_interface_test_cursor_advanceto.cpp
@@ -38,6 +38,7 @@
namespace mongo {
using boost::scoped_ptr;
+ using std::vector;
// Insert multiple single-field keys and advance to each of them
// using a forward cursor by specifying their exact key. When