From fe488bc9f33d81fbc77f179b4e77effc4f0844fc Mon Sep 17 00:00:00 2001 From: Varun Ravichandran Date: Thu, 17 Mar 2022 23:50:53 +0000 Subject: SERVER-62261: Implement getClusterParameter command on mongod and mongos --- src/mongo/db/commands/set_cluster_parameter_invocation.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mongo/db/commands/set_cluster_parameter_invocation.h') diff --git a/src/mongo/db/commands/set_cluster_parameter_invocation.h b/src/mongo/db/commands/set_cluster_parameter_invocation.h index 6077ccac5d9..35b74530a95 100644 --- a/src/mongo/db/commands/set_cluster_parameter_invocation.h +++ b/src/mongo/db/commands/set_cluster_parameter_invocation.h @@ -27,7 +27,9 @@ * it in the license file. */ -#include "mongo/db/commands/set_cluster_parameter_gen.h" +#pragma once + +#include "mongo/db/commands/cluster_server_parameter_cmds_gen.h" #include "mongo/db/dbdirectclient.h" #include "mongo/db/dbhelpers.h" -- cgit v1.2.1