summaryrefslogtreecommitdiff
path: root/src/mongo/db/geo/geometry_container.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/geo/geometry_container.cpp')
-rw-r--r--src/mongo/db/geo/geometry_container.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mongo/db/geo/geometry_container.cpp b/src/mongo/db/geo/geometry_container.cpp
index c3c3adaa1b2..e34ad35c9a2 100644
--- a/src/mongo/db/geo/geometry_container.cpp
+++ b/src/mongo/db/geo/geometry_container.cpp
@@ -27,7 +27,6 @@
* it in the license file.
*/
-#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kQuery
#include "mongo/db/geo/geometry_container.h"
@@ -37,6 +36,9 @@
#include "mongo/util/str.h"
#include "mongo/util/transitional_tools_do_not_use/vector_spooling.h"
+#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kQuery
+
+
namespace mongo {
bool GeometryContainer::isSimpleContainer() const {