summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/touch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/touch.cpp')
-rw-r--r--src/mongo/db/commands/touch.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/commands/touch.cpp b/src/mongo/db/commands/touch.cpp
index d514a8ba69c..063d6225976 100644
--- a/src/mongo/db/commands/touch.cpp
+++ b/src/mongo/db/commands/touch.cpp
@@ -51,6 +51,9 @@
namespace mongo {
+ using std::string;
+ using std::stringstream;
+
class TouchCmd : public Command {
public:
virtual bool isWriteCommandForConfigServer() const { return false; }