summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_batch_inserter.cpp
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2023-01-26 15:15:01 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-01-26 16:23:42 +0000
commit77aecaaec57c44fe0005f8beb8f12cf8750413ba (patch)
treebc90c4a6bdf4812d986aec59e435c8c890a4e24d /src/mongo/db/s/migration_batch_inserter.cpp
parentc79b825adb6c99540eeacc0bdb3cd04edc7ec73c (diff)
downloadmongo-77aecaaec57c44fe0005f8beb8f12cf8750413ba.tar.gz
SERVER-73238 Introduce the `shard_role_api` library
Diffstat (limited to 'src/mongo/db/s/migration_batch_inserter.cpp')
-rw-r--r--src/mongo/db/s/migration_batch_inserter.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/s/migration_batch_inserter.cpp b/src/mongo/db/s/migration_batch_inserter.cpp
index 5a5283c3c76..7b95c2a84ae 100644
--- a/src/mongo/db/s/migration_batch_inserter.cpp
+++ b/src/mongo/db/s/migration_batch_inserter.cpp
@@ -29,6 +29,8 @@
#include "mongo/db/s/migration_batch_inserter.h"
+#include "mongo/db/s/sharding_statistics.h"
+
#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kShardingMigration
namespace mongo {