Tools/ConnectionPatcher: Fix build on GCC/Clang

This commit is contained in:
Nayd
2014-12-21 14:02:03 +00:00
parent 6dbb516b65
commit d149e370f7

View File

@@ -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>