diff options
Diffstat (limited to 'src/mongo/s/write_ops/batched_command_request.h')
-rw-r--r-- | src/mongo/s/write_ops/batched_command_request.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/write_ops/batched_command_request.h b/src/mongo/s/write_ops/batched_command_request.h index ea2512da86d..e0b13566c3d 100644 --- a/src/mongo/s/write_ops/batched_command_request.h +++ b/src/mongo/s/write_ops/batched_command_request.h @@ -34,8 +34,8 @@ #include "mongo/db/ops/write_ops.h" #include "mongo/rpc/op_msg.h" -#include "mongo/s/chunk_version.h" #include "mongo/s/database_version.h" +#include "mongo/s/shard_version.h" #include "mongo/util/overloaded_visitor.h" namespace mongo { |