summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/bson_template_evaluator_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/scripting/bson_template_evaluator_test.cpp')
-rw-r--r--src/mongo/scripting/bson_template_evaluator_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/scripting/bson_template_evaluator_test.cpp b/src/mongo/scripting/bson_template_evaluator_test.cpp
index 5e4929a6bfe..5321ee02b7a 100644
--- a/src/mongo/scripting/bson_template_evaluator_test.cpp
+++ b/src/mongo/scripting/bson_template_evaluator_test.cpp
@@ -32,6 +32,8 @@
namespace mongo {
+ using std::string;
+
namespace {
void common_rand_tests(string op, BsonTemplateEvaluator *t) {