Fixed build (hopefully) on arch, fixes #169

This commit is contained in:
emeric
2021-08-15 21:35:27 +02:00
parent 43158cbce2
commit 7d0dae1a0c
3 changed files with 9 additions and 1 deletions
+4 -1
View File
@@ -21,6 +21,9 @@
#include <boost/asio/ip/address.hpp>
#ifndef BOOST_ASIO_HAS_STD_HASH
#include <functional>
namespace std
{
template<> struct hash<boost::asio::ip::address>
@@ -30,4 +33,4 @@ namespace std
}
#endif // BOOST_ASIO_HAS_STD_HASH