summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/path_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/matcher/path_test.cpp')
-rw-r--r--src/mongo/db/matcher/path_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/matcher/path_test.cpp b/src/mongo/db/matcher/path_test.cpp
index 3bd3b0f4568..12091c4749c 100644
--- a/src/mongo/db/matcher/path_test.cpp
+++ b/src/mongo/db/matcher/path_test.cpp
@@ -37,6 +37,8 @@
namespace mongo {
+ using std::string;
+
TEST( Path, Root1 ) {
ElementPath p;
ASSERT( p.init( "a" ).isOK() );