From c796157f81142d8b070e2ea95c85b90aeb8a04f3 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sat, 29 May 2010 05:46:47 +0000 Subject: [PATCH] added missing include --- include/libtorrent/bitfield.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/libtorrent/bitfield.hpp b/include/libtorrent/bitfield.hpp index a98d3507e..44dc195e3 100644 --- a/include/libtorrent/bitfield.hpp +++ b/include/libtorrent/bitfield.hpp @@ -36,6 +36,7 @@ POSSIBILITY OF SUCH DAMAGE. #include "libtorrent/assert.hpp" #include "libtorrent/config.hpp" #include // for memset and memcpy +#include // for malloc, free and realloc namespace libtorrent {