summaryrefslogtreecommitdiff
path: root/src/mongo/db/geo
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/db/geo
parentb118aa80968dd9e585f8f34b4599bbabefdf6a99 (diff)
downloadmongo-99ce8f87a164d48fd899699bb678d456eaa1323a.tar.gz
SERVER-13256 Scope iostream more narrowly
Diffstat (limited to 'src/mongo/db/geo')
-rw-r--r--src/mongo/db/geo/hash.cpp1
-rw-r--r--src/mongo/db/geo/hash.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/geo/hash.cpp b/src/mongo/db/geo/hash.cpp
index 6daf1e2744b..53d56f84fa5 100644
--- a/src/mongo/db/geo/hash.cpp
+++ b/src/mongo/db/geo/hash.cpp
@@ -33,6 +33,7 @@
#include "mongo/util/mongoutils/str.h"
#include <algorithm> // for max()
+#include <iostream>
// So we can get at the str namespace.
using namespace mongoutils;
diff --git a/src/mongo/db/geo/hash.h b/src/mongo/db/geo/hash.h
index 20a64f89b14..ef64f014793 100644
--- a/src/mongo/db/geo/hash.h
+++ b/src/mongo/db/geo/hash.h
@@ -33,7 +33,6 @@
#include "mongo/pch.h"
#undef MONGO_PCH_WHITELISTED
#include "mongo/db/jsobj.h"
-#include <iostream>
namespace mongo {