From a741f91c4c09913424751730aabccd594e94ab78 Mon Sep 17 00:00:00 2001 From: auto-revert-processor Date: Thu, 18 May 2023 01:59:49 +0000 Subject: Revert "SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match the class name" This reverts commit de55cd2ac227dcc8cae2fd021abc291e86b2abb2. --- src/mongo/db/commands/current_op.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mongo/db/commands/current_op.cpp') diff --git a/src/mongo/db/commands/current_op.cpp b/src/mongo/db/commands/current_op.cpp index 913265cba27..dd888b36db8 100644 --- a/src/mongo/db/commands/current_op.cpp +++ b/src/mongo/db/commands/current_op.cpp @@ -27,6 +27,8 @@ * it in the license file. */ +#include "mongo/platform/basic.h" + #include "mongo/db/commands/current_op_common.h" #include "mongo/db/auth/action_type.h" @@ -37,6 +39,7 @@ #include "mongo/db/exec/document_value/document.h" #include "mongo/db/pipeline/aggregate_command_gen.h" #include "mongo/db/pipeline/aggregation_request_helper.h" +#include "mongo/db/stats/fill_locker_info.h" namespace mongo { -- cgit v1.2.1