summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/set_cluster_parameter_invocation.h
diff options
context:
space:
mode:
authorVarun Ravichandran <varun.ravichandran@mongodb.com>2022-03-17 23:50:53 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-04-01 19:24:56 +0000
commitfe488bc9f33d81fbc77f179b4e77effc4f0844fc (patch)
tree8c81733111eb1d6266be62a734238462717255e8 /src/mongo/db/commands/set_cluster_parameter_invocation.h
parent9fe5c85db8a6aa1432807d8c473360a81a9a2eaf (diff)
downloadmongo-fe488bc9f33d81fbc77f179b4e77effc4f0844fc.tar.gz
SERVER-62261: Implement getClusterParameter command on mongod and mongos
Diffstat (limited to 'src/mongo/db/commands/set_cluster_parameter_invocation.h')
-rw-r--r--src/mongo/db/commands/set_cluster_parameter_invocation.h4
1 files changed, 3 insertions, 1 deletions
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"