mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
Tools/vmap_assembler: Fix missing <mutex> header in TileAssembler.cpp (#30293)
(cherry picked from commit 5959e6e374)
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
#include "VMapDefinitions.h"
|
||||
#include <boost/filesystem/directory.hpp>
|
||||
#include <boost/filesystem/operations.hpp>
|
||||
#include <mutex>
|
||||
#include <set>
|
||||
|
||||
template<> struct BoundsTrait<VMAP::ModelSpawn*>
|
||||
|
||||
Reference in New Issue
Block a user