summaryrefslogtreecommitdiff
path: root/src/mongo/client/authenticate.cpp
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2018-03-28 11:59:39 -0400
committerAndrew Morrow <acm@mongodb.com>2018-03-29 12:15:39 -0400
commit73a74e4ba33af61b2f102ddf11e674ee30dc2768 (patch)
treeec11fffd096488f006e9e3a6f33ff4b80c1315fe /src/mongo/client/authenticate.cpp
parent45c86eb7be9a2ce2ffd112f22f7cdc131d35b0aa (diff)
downloadmongo-73a74e4ba33af61b2f102ddf11e674ee30dc2768.tar.gz
SERVER-33980 Reduce dependencies for embedded commands
Diffstat (limited to 'src/mongo/client/authenticate.cpp')
-rw-r--r--src/mongo/client/authenticate.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/client/authenticate.cpp b/src/mongo/client/authenticate.cpp
index fcfc5570713..fe13099bd2a 100644
--- a/src/mongo/client/authenticate.cpp
+++ b/src/mongo/client/authenticate.cpp
@@ -37,6 +37,7 @@
#include "mongo/bson/util/bson_extract.h"
#include "mongo/client/sasl_client_authenticate.h"
#include "mongo/config.h"
+#include "mongo/db/auth/sasl_command_constants.h"
#include "mongo/db/server_options.h"
#include "mongo/rpc/get_status_from_command_result.h"
#include "mongo/util/log.h"