diff options
author | Jonathan Reams <jbreams@mongodb.com> | 2017-06-20 11:03:42 -0400 |
---|---|---|
committer | Jonathan Reams <jbreams@mongodb.com> | 2017-06-27 11:01:03 -0400 |
commit | 17d4ddebffb53b85656fa6d370af137691cc1458 (patch) | |
tree | 70969d218697dbd4bdd25209f91818e755f53fe4 /src/mongo/db/auth/address_restriction.cpp | |
parent | 8fe4426fa36587ca40a0b6c8f1c84fd9aa61e5cf (diff) | |
download | mongo-17d4ddebffb53b85656fa6d370af137691cc1458.tar.gz |
SERVER-29165 Don't create RestrictionEnvironment in TransportLayer
Diffstat (limited to 'src/mongo/db/auth/address_restriction.cpp')
-rw-r--r-- | src/mongo/db/auth/address_restriction.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/auth/address_restriction.cpp b/src/mongo/db/auth/address_restriction.cpp index fb7d626c659..e876d34b127 100644 --- a/src/mongo/db/auth/address_restriction.cpp +++ b/src/mongo/db/auth/address_restriction.cpp @@ -26,6 +26,8 @@ * it in the license file. */ +#include "mongo/platform/basic.h" + #include "mongo/db/auth/address_restriction.h" namespace mongo { |