summaryrefslogtreecommitdiff
path: root/src/mongo/platform/shared_library_windows.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/platform/shared_library_windows.cpp')
-rw-r--r--src/mongo/platform/shared_library_windows.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mongo/platform/shared_library_windows.cpp b/src/mongo/platform/shared_library_windows.cpp
index 2b0873d103b..7c6f4da4508 100644
--- a/src/mongo/platform/shared_library_windows.cpp
+++ b/src/mongo/platform/shared_library_windows.cpp
@@ -26,7 +26,6 @@
* exception statement from all source files in the program, then also delete
* it in the license file.
*/
-#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kControl
#include "mongo/platform/basic.h"
@@ -39,6 +38,9 @@
#include "mongo/util/str.h"
#include "mongo/util/text.h"
+#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kControl
+
+
namespace mongo {
SharedLibrary::~SharedLibrary() {