From a07426ff8be67b05bcc2943aa3d924ce92bd7ee0 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Mon, 24 Mar 2014 04:20:37 +0000 Subject: [PATCH] add 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 9ae58634d..a72ef2dc8 100644 --- a/include/libtorrent/bitfield.hpp +++ b/include/libtorrent/bitfield.hpp @@ -38,6 +38,7 @@ POSSIBILITY OF SUCH DAMAGE. #include // for memset and memcpy #include // for malloc, free and realloc #include // uint32_t +#include // for min() namespace libtorrent {