mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Scripts: fix dynamic build
This commit is contained in:
@@ -37,7 +37,6 @@ ScriptReloadMgr* ScriptReloadMgr::instance()
|
||||
#else
|
||||
|
||||
#include <algorithm>
|
||||
#include <regex>
|
||||
#include <vector>
|
||||
#include <future>
|
||||
#include <memory>
|
||||
@@ -46,6 +45,8 @@ ScriptReloadMgr* ScriptReloadMgr::instance()
|
||||
#include <unordered_set>
|
||||
#include <unordered_map>
|
||||
|
||||
#include "Regex.h"
|
||||
|
||||
#include <boost/algorithm/string/replace.hpp>
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <boost/system/system_error.hpp>
|
||||
|
||||
Reference in New Issue
Block a user