summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/key_string_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/key_string_test.cpp')
-rw-r--r--src/mongo/db/storage/key_string_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/storage/key_string_test.cpp b/src/mongo/db/storage/key_string_test.cpp
index ed5d7c7f4a1..f132645703a 100644
--- a/src/mongo/db/storage/key_string_test.cpp
+++ b/src/mongo/db/storage/key_string_test.cpp
@@ -36,6 +36,7 @@
#include "mongo/util/hex.h"
#include "mongo/util/log.h"
+using std::string;
using namespace mongo;
BSONObj toBson(const KeyString& ks, Ordering ord) {