summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_killoperations_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/commands/cluster_killoperations_cmd.cpp')
-rw-r--r--src/mongo/s/commands/cluster_killoperations_cmd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/s/commands/cluster_killoperations_cmd.cpp b/src/mongo/s/commands/cluster_killoperations_cmd.cpp
index 4ca775e2235..e1923c71bf4 100644
--- a/src/mongo/s/commands/cluster_killoperations_cmd.cpp
+++ b/src/mongo/s/commands/cluster_killoperations_cmd.cpp
@@ -37,6 +37,7 @@
#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kCommand
+
namespace mongo {
class ClusterKillOperationsCmd : public KillOperationsCmdBase<ClusterKillOperationsCmd> {