diff options
Diffstat (limited to 'src/mongo/db/commands/killoperations_cmd.cpp')
-rw-r--r-- | src/mongo/db/commands/killoperations_cmd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/commands/killoperations_cmd.cpp b/src/mongo/db/commands/killoperations_cmd.cpp index 1709b438fb0..7be0ad4fe51 100644 --- a/src/mongo/db/commands/killoperations_cmd.cpp +++ b/src/mongo/db/commands/killoperations_cmd.cpp @@ -33,6 +33,7 @@ #define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kCommand + namespace mongo { class KillOperationsCmd : public KillOperationsCmdBase<KillOperationsCmd> { |