add missing include

This commit is contained in:
Arvid Norberg 2014-03-24 04:20:37 +00:00
parent fa2ea57e43
commit a07426ff8b
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <cstring> // for memset and memcpy
#include <cstdlib> // for malloc, free and realloc
#include <boost/cstdint.hpp> // uint32_t
#include <algorithm> // for min()
namespace libtorrent
{