summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/sock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/net/sock.cpp')
-rw-r--r--src/mongo/util/net/sock.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mongo/util/net/sock.cpp b/src/mongo/util/net/sock.cpp
index 51581136620..233ebf5d9a3 100644
--- a/src/mongo/util/net/sock.cpp
+++ b/src/mongo/util/net/sock.cpp
@@ -61,6 +61,12 @@
namespace mongo {
+ using std::endl;
+ using std::pair;
+ using std::string;
+ using std::stringstream;
+ using std::vector;
+
MONGO_FP_DECLARE(throwSockExcep);
static bool ipv6 = false;