summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/cursor_response.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/query/cursor_response.cpp')
-rw-r--r--src/mongo/db/query/cursor_response.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mongo/db/query/cursor_response.cpp b/src/mongo/db/query/cursor_response.cpp
index 81bbe7ed1b9..e6ea4ae6ea3 100644
--- a/src/mongo/db/query/cursor_response.cpp
+++ b/src/mongo/db/query/cursor_response.cpp
@@ -27,7 +27,6 @@
* it in the license file.
*/
-#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kQuery
#include "mongo/platform/basic.h"
@@ -36,6 +35,9 @@
#include "mongo/bson/bsontypes.h"
#include "mongo/rpc/get_status_from_command_result.h"
+#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kQuery
+
+
namespace mongo {
namespace {