summaryrefslogtreecommitdiff
path: root/src/mongo/tools
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2015-01-04 01:12:26 -0500
committerAndrew Morrow <acm@mongodb.com>2015-01-05 18:27:02 -0500
commit99ce8f87a164d48fd899699bb678d456eaa1323a (patch)
tree71d43a7ace8e6039a2586881986b937ac87242d1 /src/mongo/tools
parentb118aa80968dd9e585f8f34b4599bbabefdf6a99 (diff)
downloadmongo-99ce8f87a164d48fd899699bb678d456eaa1323a.tar.gz
SERVER-13256 Scope iostream more narrowly
Diffstat (limited to 'src/mongo/tools')
-rw-r--r--src/mongo/tools/bridge.cpp1
-rw-r--r--src/mongo/tools/mongobridge_options.cpp2
-rw-r--r--src/mongo/tools/mongobridge_options_init.cpp2
3 files changed, 5 insertions, 0 deletions
diff --git a/src/mongo/tools/bridge.cpp b/src/mongo/tools/bridge.cpp
index 6e136e135b4..ecec37ff187 100644
--- a/src/mongo/tools/bridge.cpp
+++ b/src/mongo/tools/bridge.cpp
@@ -34,6 +34,7 @@
#undef MONGO_PCH_WHITELISTED
#include <boost/thread.hpp>
+#include <iostream>
#include <signal.h>
#include "mongo/base/initializer.h"
diff --git a/src/mongo/tools/mongobridge_options.cpp b/src/mongo/tools/mongobridge_options.cpp
index 3275f135f25..b9222b324ec 100644
--- a/src/mongo/tools/mongobridge_options.cpp
+++ b/src/mongo/tools/mongobridge_options.cpp
@@ -28,6 +28,8 @@
#include "mongo/tools/mongobridge_options.h"
+#include <iostream>
+
#include "mongo/base/status.h"
#include "mongo/util/options_parser/startup_options.h"
diff --git a/src/mongo/tools/mongobridge_options_init.cpp b/src/mongo/tools/mongobridge_options_init.cpp
index 9ef513c934d..6244235dad1 100644
--- a/src/mongo/tools/mongobridge_options_init.cpp
+++ b/src/mongo/tools/mongobridge_options_init.cpp
@@ -28,6 +28,8 @@
#include "mongo/tools/mongobridge_options.h"
+#include <iostream>
+
#include "mongo/util/options_parser/startup_option_init.h"
#include "mongo/util/options_parser/startup_options.h"
#include "mongo/util/quick_exit.h"