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

This commit is contained in:
Ovahlord
2024-07-31 16:37:48 +02:00
committed by GitHub
parent 6f67ed7fd3
commit bebd02925d

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>