From 9edf2db4c3d087c51c7e28e432fa292ac88b5e50 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 22 Feb 2009 21:01:51 +0000 Subject: [PATCH] memcpy/memset build issue in bitfield.hpp --- include/libtorrent/bitfield.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/libtorrent/bitfield.hpp b/include/libtorrent/bitfield.hpp index 25c7252db..7685b40e2 100644 --- a/include/libtorrent/bitfield.hpp +++ b/include/libtorrent/bitfield.hpp @@ -35,6 +35,7 @@ POSSIBILITY OF SUCH DAMAGE. #include "libtorrent/assert.hpp" #include "libtorrent/config.hpp" +#include // for memset and memcpy namespace libtorrent {