summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/current_op_common.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/current_op_common.cpp')
-rw-r--r--src/mongo/db/commands/current_op_common.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/current_op_common.cpp b/src/mongo/db/commands/current_op_common.cpp
index 8071cf75bf9..d1a08443e20 100644
--- a/src/mongo/db/commands/current_op_common.cpp
+++ b/src/mongo/db/commands/current_op_common.cpp
@@ -33,9 +33,9 @@
#include <string>
-#include "mongo/db/command_generic_argument.h"
#include "mongo/db/commands/test_commands_enabled.h"
#include "mongo/db/namespace_string.h"
+#include "mongo/idl/command_generic_argument.h"
namespace mongo {
namespace {