summaryrefslogtreecommitdiff
path: root/src/mongo/db/currentop_command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/currentop_command.cpp')
-rw-r--r--src/mongo/db/currentop_command.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/currentop_command.cpp b/src/mongo/db/currentop_command.cpp
index 0ff88ae479c..1dd1b784201 100644
--- a/src/mongo/db/currentop_command.cpp
+++ b/src/mongo/db/currentop_command.cpp
@@ -46,6 +46,8 @@
namespace mongo {
+ using std::stringstream;
+
void inProgCmd(OperationContext* txn, Message &message, DbResponse &dbresponse) {
DbMessage d(message);
QueryMessage q(d);