summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/isself.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/isself.cpp')
-rw-r--r--src/mongo/db/commands/isself.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/commands/isself.cpp b/src/mongo/db/commands/isself.cpp
index 0339cfdb0e6..8b6c6fd6d9f 100644
--- a/src/mongo/db/commands/isself.cpp
+++ b/src/mongo/db/commands/isself.cpp
@@ -36,6 +36,9 @@
namespace mongo {
+ using std::string;
+ using std::stringstream;
+
class IsSelfCommand : public Command {
public:
IsSelfCommand() : Command("_isSelf") {}