summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_utils_launcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/shell/shell_utils_launcher.cpp')
-rw-r--r--src/mongo/shell/shell_utils_launcher.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mongo/shell/shell_utils_launcher.cpp b/src/mongo/shell/shell_utils_launcher.cpp
index fde3da7b9eb..96f3c7bbdd3 100644
--- a/src/mongo/shell/shell_utils_launcher.cpp
+++ b/src/mongo/shell/shell_utils_launcher.cpp
@@ -64,6 +64,14 @@
namespace mongo {
using boost::scoped_array;
+ using std::cout;
+ using std::endl;
+ using std::make_pair;
+ using std::map;
+ using std::pair;
+ using std::string;
+ using std::stringstream;
+ using std::vector;
extern bool dbexitCalled;