From 5602b1d709acce6f08177a800c1c9e5022e7f386 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Tue, 9 Jul 2013 06:27:48 +0000 Subject: [PATCH] merged build fix from RC_0_16 --- include/libtorrent/disk_buffer_pool.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/disk_buffer_pool.hpp b/include/libtorrent/disk_buffer_pool.hpp index 716b5ab72..7cc605f27 100644 --- a/include/libtorrent/disk_buffer_pool.hpp +++ b/include/libtorrent/disk_buffer_pool.hpp @@ -48,7 +48,7 @@ POSSIBILITY OF SUCH DAMAGE. #include #endif -#if defined TORRENT_DEBUG || TORRENT_RELEASE_ASSERTS +#if defined TORRENT_DEBUG || TORRENT_RELEASE_ASSERTS || TORRENT_DISK_STATS #include #endif