mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Tools/ConnectionPatcher: Fix build on GCC/Clang
This commit is contained in:
@@ -43,6 +43,9 @@ using boost::asio::ip::tcp;
|
||||
|
||||
namespace Connection_Patcher
|
||||
{
|
||||
void copyDir(boost::filesystem::path const & source, boost::filesystem::path const & destination);
|
||||
void GetFile(const std::string& serverName, int port, const std::string& getCommand, std::ostream& out);
|
||||
|
||||
namespace
|
||||
{
|
||||
template<typename PATCH, typename PATTERN>
|
||||
|
||||
Reference in New Issue
Block a user