summaryrefslogtreecommitdiff
path: root/src/mongo/util/decorable_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/decorable_test.cpp')
-rw-r--r--src/mongo/util/decorable_test.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mongo/util/decorable_test.cpp b/src/mongo/util/decorable_test.cpp
index 52d7d0f8387..4b97ad91247 100644
--- a/src/mongo/util/decorable_test.cpp
+++ b/src/mongo/util/decorable_test.cpp
@@ -27,7 +27,6 @@
* it in the license file.
*/
-#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kTest
#include <type_traits>
@@ -35,6 +34,9 @@
#include "mongo/util/assert_util.h"
#include "mongo/util/decorable.h"
+#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kTest
+
+
namespace mongo {
namespace {