summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/hashcmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/hashcmd.cpp')
-rw-r--r--src/mongo/db/commands/hashcmd.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/commands/hashcmd.cpp b/src/mongo/db/commands/hashcmd.cpp
index 8af317bf0ef..94d9267ded7 100644
--- a/src/mongo/db/commands/hashcmd.cpp
+++ b/src/mongo/db/commands/hashcmd.cpp
@@ -46,6 +46,9 @@
namespace mongo {
+ using std::string;
+ using std::stringstream;
+
// Testing only, enabled via command-line.
class CmdHashElt : public Command {
public: