summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/sock_test.cpp
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2015-01-04 13:28:20 -0500
committerAndrew Morrow <acm@mongodb.com>2015-01-05 22:55:47 -0500
commit3ec53687da4702d348f1b55eda5e01bd26f36c4b (patch)
treeb2fc1a3315b952ee649d79752e80a5bd00fdb194 /src/mongo/util/net/sock_test.cpp
parent738e17c6366b416b60dfcebaff99ee2a357c7fcf (diff)
downloadmongo-3ec53687da4702d348f1b55eda5e01bd26f36c4b.tar.gz
SERVER-13256 Remove shared_ptr from pch.h
Diffstat (limited to 'src/mongo/util/net/sock_test.cpp')
-rw-r--r--src/mongo/util/net/sock_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/util/net/sock_test.cpp b/src/mongo/util/net/sock_test.cpp
index bf82cec7aa9..3b6a6a07638 100644
--- a/src/mongo/util/net/sock_test.cpp
+++ b/src/mongo/util/net/sock_test.cpp
@@ -30,6 +30,7 @@
#include "mongo/util/net/sock.h"
+#include <boost/shared_ptr.hpp>
#include <boost/thread.hpp>
#ifndef _WIN32
@@ -46,6 +47,7 @@
namespace {
using namespace mongo;
+ using boost::shared_ptr;
typedef boost::shared_ptr<Socket> SocketPtr;
typedef std::pair<SocketPtr, SocketPtr> SocketPair;