summaryrefslogtreecommitdiff
path: root/src/mongo/db/profile_filter_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/profile_filter_impl.cpp')
-rw-r--r--src/mongo/db/profile_filter_impl.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mongo/db/profile_filter_impl.cpp b/src/mongo/db/profile_filter_impl.cpp
index 7209780714e..62d9de9daf5 100644
--- a/src/mongo/db/profile_filter_impl.cpp
+++ b/src/mongo/db/profile_filter_impl.cpp
@@ -27,7 +27,6 @@
* it in the license file.
*/
-#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kQuery
#include "mongo/logv2/log.h"
#include "mongo/platform/basic.h"
@@ -35,6 +34,9 @@
#include "mongo/db/pipeline/expression_context.h"
#include "mongo/db/profile_filter_impl.h"
+#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kQuery
+
+
namespace mongo {
namespace {