Skip to content

Commit

Permalink
Core/Logging: fixed nopch build for msvc compilers (TrinityCore#30126)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovahlord authored Jul 31, 2024
1 parent 6f67ed7 commit bebd029
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/Logging/AppenderConsole.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "StringConvert.h"
#include "StringFormat.h"
#include "Util.h"
#include <algorithm>

#if TRINITY_PLATFORM == TRINITY_PLATFORM_WINDOWS
#include <Windows.h>
Expand Down

0 comments on commit bebd029

Please sign in to comment.