summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/sock_test.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/util/net/sock_test.cpp
parente6440832ad8a91dfb6cc317309002aff32c71448 (diff)
downloadmongo-afba9eed9f0c1ada1f5470052800a06050189b2b.tar.gz
SERVER-23513 Move SocketException to its own library
Diffstat (limited to 'src/mongo/util/net/sock_test.cpp')
-rw-r--r--src/mongo/util/net/sock_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/util/net/sock_test.cpp b/src/mongo/util/net/sock_test.cpp
index 998fba6a3af..93e6cb5d3d2 100644
--- a/src/mongo/util/net/sock_test.cpp
+++ b/src/mongo/util/net/sock_test.cpp
@@ -41,6 +41,7 @@
#include "mongo/unittest/unittest.h"
#include "mongo/util/concurrency/synchronization.h"
#include "mongo/util/fail_point_service.h"
+#include "mongo/util/net/socket_exception.h"
namespace {