summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/group.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/group.cpp')
-rw-r--r--src/mongo/db/commands/group.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/commands/group.cpp b/src/mongo/db/commands/group.cpp
index 5f5b87f5e62..2543b9b7a4b 100644
--- a/src/mongo/db/commands/group.cpp
+++ b/src/mongo/db/commands/group.cpp
@@ -45,6 +45,7 @@
namespace mongo {
using boost::scoped_ptr;
+ using std::string;
static GroupCommand cmdGroup;