summaryrefslogtreecommitdiff
path: root/src/mongo/db/operation_context_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/operation_context_impl.cpp')
-rw-r--r--src/mongo/db/operation_context_impl.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/operation_context_impl.cpp b/src/mongo/db/operation_context_impl.cpp
index d8b4e443b27..5292caee5b5 100644
--- a/src/mongo/db/operation_context_impl.cpp
+++ b/src/mongo/db/operation_context_impl.cpp
@@ -45,6 +45,8 @@
namespace mongo {
+ using std::string;
+
OperationContextImpl::OperationContextImpl()
: _client(currentClient.get()),
_locker(_client->getLocker()) {