From 99ce8f87a164d48fd899699bb678d456eaa1323a Mon Sep 17 00:00:00 2001 From: Andrew Morrow Date: Sun, 4 Jan 2015 01:12:26 -0500 Subject: SERVER-13256 Scope iostream more narrowly --- src/mongo/db/geo/hash.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mongo/db/geo/hash.cpp') 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 // for max() +#include // So we can get at the str namespace. using namespace mongoutils; -- cgit v1.2.1