summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops
diff options
context:
space:
mode:
authorHenrik Edin <henrik.edin@mongodb.com>2018-06-19 15:09:01 -0400
committerHenrik Edin <henrik.edin@mongodb.com>2018-06-29 11:57:55 -0400
commitcfa96795eefed2061628891c43ccdc2c256bb40a (patch)
tree110d230d14a7a60fa8b7ce937a77def7af98f1ef /src/mongo/s/write_ops
parent40ad396238fdfb87a7a86e26020db2d293d23f40 (diff)
downloadmongo-cfa96795eefed2061628891c43ccdc2c256bb40a.tar.gz
SERVER-35115 Separate dbclientinterface.h into several parts, one per class.
Diffstat (limited to 'src/mongo/s/write_ops')
-rw-r--r--src/mongo/s/write_ops/cluster_write.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/s/write_ops/cluster_write.cpp b/src/mongo/s/write_ops/cluster_write.cpp
index b82c6c3f88a..0f0772d7ec3 100644
--- a/src/mongo/s/write_ops/cluster_write.cpp
+++ b/src/mongo/s/write_ops/cluster_write.cpp
@@ -36,6 +36,7 @@
#include "mongo/base/status.h"
#include "mongo/client/connpool.h"
+#include "mongo/client/dbclient_cursor.h"
#include "mongo/db/lasterror.h"
#include "mongo/db/write_concern_options.h"
#include "mongo/s/balancer_configuration.h"