summaryrefslogtreecommitdiff
path: root/src/mongo/s/client
diff options
context:
space:
mode:
authorJonathan Reams <jbreams@mongodb.com>2017-06-20 11:03:42 -0400
committerJonathan Reams <jbreams@mongodb.com>2017-06-27 11:01:03 -0400
commit17d4ddebffb53b85656fa6d370af137691cc1458 (patch)
tree70969d218697dbd4bdd25209f91818e755f53fe4 /src/mongo/s/client
parent8fe4426fa36587ca40a0b6c8f1c84fd9aa61e5cf (diff)
downloadmongo-17d4ddebffb53b85656fa6d370af137691cc1458.tar.gz
SERVER-29165 Don't create RestrictionEnvironment in TransportLayer
Diffstat (limited to 'src/mongo/s/client')
-rw-r--r--src/mongo/s/client/shard_connection_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/s/client/shard_connection_test.cpp b/src/mongo/s/client/shard_connection_test.cpp
index 1074148f90e..b2fb37be9c4 100644
--- a/src/mongo/s/client/shard_connection_test.cpp
+++ b/src/mongo/s/client/shard_connection_test.cpp
@@ -25,6 +25,8 @@
* then also delete it in the license file.
*/
+#include "mongo/platform/basic.h"
+
#include <cstdint>
#include <vector>