boost-1.34 fix

This commit is contained in:
Arvid Norberg 2008-05-27 16:55:14 +00:00
parent 4338140c85
commit 523c48e069
1 changed files with 1 additions and 2 deletions

View File

@ -38,14 +38,13 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/buffer.hpp"
#include "libtorrent/chained_buffer.hpp"
#include "libtorrent/socket.hpp"
#include "test.hpp"
using libtorrent::buffer;
using libtorrent::chained_buffer;
namespace asio = boost::asio;
/*
template<class T>
T const& min_(T const& x, T const& y)