summaryrefslogtreecommitdiff
path: root/src/mongo/client/connpool.cpp
diff options
context:
space:
mode:
authorsamantharitter <samantha.ritter@10gen.com>2016-04-05 15:51:43 -0400
committersamantharitter <samantha.ritter@10gen.com>2016-04-07 11:23:31 -0400
commitafba9eed9f0c1ada1f5470052800a06050189b2b (patch)
tree5394a264f684f39447c5681910a3f40a611aa0e7 /src/mongo/client/connpool.cpp
parente6440832ad8a91dfb6cc317309002aff32c71448 (diff)
downloadmongo-afba9eed9f0c1ada1f5470052800a06050189b2b.tar.gz
SERVER-23513 Move SocketException to its own library
Diffstat (limited to 'src/mongo/client/connpool.cpp')
-rw-r--r--src/mongo/client/connpool.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/client/connpool.cpp b/src/mongo/client/connpool.cpp
index 4bdc263cf33..411ff30177e 100644
--- a/src/mongo/client/connpool.cpp
+++ b/src/mongo/client/connpool.cpp
@@ -44,6 +44,7 @@
#include "mongo/executor/connection_pool_stats.h"
#include "mongo/util/exit.h"
#include "mongo/util/log.h"
+#include "mongo/util/net/socket_exception.h"
namespace mongo {