summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/matchertests.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/dbtests/matchertests.cpp
parentb118aa80968dd9e585f8f34b4599bbabefdf6a99 (diff)
downloadmongo-99ce8f87a164d48fd899699bb678d456eaa1323a.tar.gz
SERVER-13256 Scope iostream more narrowly
Diffstat (limited to 'src/mongo/dbtests/matchertests.cpp')
-rw-r--r--src/mongo/dbtests/matchertests.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/dbtests/matchertests.cpp b/src/mongo/dbtests/matchertests.cpp
index 534bf5845b2..043f5f7688e 100644
--- a/src/mongo/dbtests/matchertests.cpp
+++ b/src/mongo/dbtests/matchertests.cpp
@@ -29,6 +29,8 @@
* then also delete it in the license file.
*/
+#include <iostream>
+
#include "mongo/db/json.h"
#include "mongo/db/matcher/matcher.h"
#include "mongo/db/operation_context_impl.h"