summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_profile_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/commands/cluster_profile_cmd.cpp')
-rw-r--r--src/mongo/s/commands/cluster_profile_cmd.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/s/commands/cluster_profile_cmd.cpp b/src/mongo/s/commands/cluster_profile_cmd.cpp
index c2564c19b1d..2c2b09792da 100644
--- a/src/mongo/s/commands/cluster_profile_cmd.cpp
+++ b/src/mongo/s/commands/cluster_profile_cmd.cpp
@@ -33,6 +33,7 @@
#include "mongo/db/commands.h"
#include "mongo/db/commands/profile_common.h"
#include "mongo/db/commands/profile_gen.h"
+#include "mongo/db/commands/set_profiling_filter_globally_cmd.h"
#include "mongo/db/profile_filter_impl.h"
namespace mongo {
@@ -85,5 +86,7 @@ protected:
} profileCmd;
+SetProfilingFilterGloballyCmd setProfilingFilterGloballyCmd;
+
} // namespace
} // namespace mongo