summaryrefslogtreecommitdiff
path: root/extra/libtorrent-rasterbar/boost-154.patch
blob: 5d556310b202b8a8042ff4eb1039892927306b2e (plain)
1
2
3
4
5
6
7
8
9
10
11
--- libtorrent-rasterbar-0.16.10/include/libtorrent/disk_buffer_pool.hpp~	2013-07-11 07:37:03.057798742 +0000
+++ libtorrent-rasterbar-0.16.10/include/libtorrent/disk_buffer_pool.hpp	2013-07-11 07:37:27.110960260 +0000
@@ -33,6 +33,8 @@
 #ifndef TORRENT_DISK_BUFFER_POOL
 #define TORRENT_DISK_BUFFER_POOL
 
+#include <boost/noncopyable.hpp>
+
 #include "libtorrent/config.hpp"
 #include "libtorrent/thread.hpp"
 #include "libtorrent/session_settings.hpp"