summaryrefslogtreecommitdiff
path: root/net-p2p/libtorrent-rasterbar-14/files/patch-src__upnp.cpp
blob: d3ed06379061c06a3388bd8613885345e62f703a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/upnp.cpp.orig	2009-02-18 17:42:16.000000000 +0900
+++ src/upnp.cpp	2009-04-19 05:33:50.000000000 +0900
@@ -43,7 +43,7 @@
 
 #include <boost/bind.hpp>
 #include <boost/ref.hpp>
-#if BOOST_VERSION < 103500
+#if 1 // BOOST_VERSION < 103500
 #include <asio/ip/host_name.hpp>
 #include <asio/ip/multicast.hpp>
 #else