fixed asio include header

This commit is contained in:
Arvid Norberg 2007-10-01 07:22:51 +00:00
parent e5098bcdcc
commit 9bcb4e9f09
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ POSSIBILITY OF SUCH DAMAGE.
#define TORRENT_CHAINED_BUFFER_HPP_INCLUDED
#include <boost/function.hpp>
#include <asio.hpp>
#include <asio/buffer.hpp>
#include <list>
#include <cstring>