aboutsummaryrefslogtreecommitdiff
path: root/src/common/Logging/AppenderConsole.cpp
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2024-07-31 16:37:48 +0200
committerOvahlord <dreadkiller@gmx.de>2024-07-31 16:38:26 +0200
commit8c6b9186ca6ddf2fc6af571ff9e1c5bc9ef4bb8e (patch)
tree0a4e0d089cf2efb7338f89a200fe0200a809b2c8 /src/common/Logging/AppenderConsole.cpp
parent9002c009f053da615744b2263585792d476dbdba (diff)
Core/Logging: fixed nopch build for msvc compilers (#30126)
(cherry picked from commit bebd02925d6fd10734fb5c8ea7247cb2a809cb52)
Diffstat (limited to 'src/common/Logging/AppenderConsole.cpp')
-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>