summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/shell/shell_utils.cpp')
-rw-r--r--src/mongo/shell/shell_utils.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/shell/shell_utils.cpp b/src/mongo/shell/shell_utils.cpp
index 159199b8e49..ee489a75dd4 100644
--- a/src/mongo/shell/shell_utils.cpp
+++ b/src/mongo/shell/shell_utils.cpp
@@ -47,6 +47,10 @@
namespace mongo {
+ using std::set;
+ using std::map;
+ using std::string;
+
namespace JSFiles {
extern const JSFile servers;
extern const JSFile mongodtest;