summaryrefslogtreecommitdiff
path: root/src/mongo/shell/bench.cpp
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/shell/bench.cpp
parentb118aa80968dd9e585f8f34b4599bbabefdf6a99 (diff)
downloadmongo-99ce8f87a164d48fd899699bb678d456eaa1323a.tar.gz
SERVER-13256 Scope iostream more narrowly
Diffstat (limited to 'src/mongo/shell/bench.cpp')
-rw-r--r--src/mongo/shell/bench.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/shell/bench.cpp b/src/mongo/shell/bench.cpp
index 3e9eb87f3ee..bd55346d6cf 100644
--- a/src/mongo/shell/bench.cpp
+++ b/src/mongo/shell/bench.cpp
@@ -37,6 +37,7 @@
#include <pcrecpp.h>
#include <boost/thread/thread.hpp>
+#include <iostream>
#include "mongo/db/namespace_string.h"
#include "mongo/db/operation_context_noop.h"