aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2024-07-31 16:37:48 +0200
committerGitHub <noreply@github.com>2024-07-31 16:37:48 +0200
commitbebd02925d6fd10734fb5c8ea7247cb2a809cb52 (patch)
treeaf51b03699a6f047a1102554826924dd742f6c9f
parent6f67ed7fd3ad86f03016aab9791df5209a69734a (diff)
Core/Logging: fixed nopch build for msvc compilers (#30126)
-rw-r--r--src/common/Logging/AppenderConsole.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/Logging/AppenderConsole.cpp b/src/common/Logging/AppenderConsole.cpp
index afdaccd6fc7..e18250b201d 100644
--- a/src/common/Logging/AppenderConsole.cpp
+++ b/src/common/Logging/AppenderConsole.cpp
@@ -21,6 +21,7 @@
#include "StringConvert.h"
#include "StringFormat.h"
#include "Util.h"
+#include <algorithm>
#if TRINITY_PLATFORM == TRINITY_PLATFORM_WINDOWS
#include <Windows.h>