summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/get_executor.h
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2015-01-09 17:35:57 -0500
committerAndrew Morrow <acm@mongodb.com>2015-01-15 07:04:25 -0500
commit44cafa7dddde7510aa0a05efce807a2e294fdc6d (patch)
tree11d6e26cfa491a0f498c3ce650ee402ec4d7084b /src/mongo/db/query/get_executor.h
parent40f28cd947e8a5227c5a4f6961143ad1b041105f (diff)
downloadmongo-44cafa7dddde7510aa0a05efce807a2e294fdc6d.tar.gz
SERVER-13256 Add std namespace qualifications in headers
Diffstat (limited to 'src/mongo/db/query/get_executor.h')
-rw-r--r--src/mongo/db/query/get_executor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/query/get_executor.h b/src/mongo/db/query/get_executor.h
index f298851c3cf..cc20b42ab70 100644
--- a/src/mongo/db/query/get_executor.h
+++ b/src/mongo/db/query/get_executor.h
@@ -104,7 +104,7 @@ namespace mongo {
* If the provided solution could be mutated successfully, returns true, otherwise returns
* false.
*/
- bool turnIxscanIntoDistinctIxscan(QuerySolution* soln, const string& field);
+ bool turnIxscanIntoDistinctIxscan(QuerySolution* soln, const std::string& field);
/*
* Get an executor for a query executing as part of a distinct command.