Core/Logging: fixed nopch build for msvc compilers (#30126)

(cherry picked from commit bebd02925d)
This commit is contained in:
Ovahlord
2024-07-31 16:37:48 +02:00
parent 9002c009f0
commit 8c6b9186ca

View File

@@ -21,6 +21,7 @@
#include "StringConvert.h"
#include "StringFormat.h"
#include "Util.h"
#include <algorithm>
#if TRINITY_PLATFORM == TRINITY_PLATFORM_WINDOWS
#include <Windows.h>