summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/shell/shell_options.cpp')
-rw-r--r--src/mongo/shell/shell_options.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mongo/shell/shell_options.cpp b/src/mongo/shell/shell_options.cpp
index a1faa1051ce..f428a6b9697 100644
--- a/src/mongo/shell/shell_options.cpp
+++ b/src/mongo/shell/shell_options.cpp
@@ -45,6 +45,11 @@
namespace mongo {
+ using std::cout;
+ using std::endl;
+ using std::string;
+ using std::vector;
+
ShellGlobalParams shellGlobalParams;
Status addMongoShellOptions(moe::OptionSection* options) {