summaryrefslogtreecommitdiff
path: root/src/mongo/db/namespace_string_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/namespace_string_test.cpp')
-rw-r--r--src/mongo/db/namespace_string_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/namespace_string_test.cpp b/src/mongo/db/namespace_string_test.cpp
index 0a062e28922..64ee9d230ae 100644
--- a/src/mongo/db/namespace_string_test.cpp
+++ b/src/mongo/db/namespace_string_test.cpp
@@ -33,6 +33,8 @@
namespace mongo {
+ using std::string;
+
TEST( NamespaceStringTest, Normal ) {
ASSERT( NamespaceString::normal( "a" ) );
ASSERT( NamespaceString::normal( "a.b" ) );