summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient_rs_test.cpp
diff options
context:
space:
mode:
authorJonathan Reams <jbreams@mongodb.com>2017-06-20 11:03:42 -0400
committerJonathan Reams <jbreams@mongodb.com>2017-06-26 16:24:09 -0400
commite8157bfbed3e86ed24eaffa84038500425c2ee49 (patch)
tree98090ed73bb3e1671346a534d5104bea83808da0 /src/mongo/client/dbclient_rs_test.cpp
parent13d540f45bc84aaf925197eb3d4803262bc0a51c (diff)
downloadmongo-e8157bfbed3e86ed24eaffa84038500425c2ee49.tar.gz
SERVER-29165 Don't create RestrictionEnvironment in TransportLayer
Diffstat (limited to 'src/mongo/client/dbclient_rs_test.cpp')
-rw-r--r--src/mongo/client/dbclient_rs_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/client/dbclient_rs_test.cpp b/src/mongo/client/dbclient_rs_test.cpp
index 15bc9f24a58..b90b4fe75ee 100644
--- a/src/mongo/client/dbclient_rs_test.cpp
+++ b/src/mongo/client/dbclient_rs_test.cpp
@@ -31,6 +31,8 @@
* the DBClientReplicaSet talks to, so the tests only covers the client side logic.
*/
+#include "mongo/platform/basic.h"
+
#include <map>
#include <memory>
#include <string>