mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
Core/Misc: Explicitly include required headers instead of relying on them to be included by other headers
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#include <mysqld_error.h>
|
||||
#include <sstream>
|
||||
#include <thread>
|
||||
#include <cstring>
|
||||
|
||||
std::mutex TransactionTask::_deadlockLock;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user