From 40544968619fadfaa3cd2f2f36fee4006e45e0da Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Mon, 2 Dec 2013 09:31:22 +0000 Subject: [PATCH] merged fix from RC_0_16 --- include/libtorrent/lazy_entry.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/libtorrent/lazy_entry.hpp b/include/libtorrent/lazy_entry.hpp index 8a9f09b3a..1ee907dae 100644 --- a/include/libtorrent/lazy_entry.hpp +++ b/include/libtorrent/lazy_entry.hpp @@ -37,6 +37,7 @@ POSSIBILITY OF SUCH DAMAGE. #include #include #include +#include #include "libtorrent/config.hpp" #include "libtorrent/assert.hpp" #include "libtorrent/error_code.hpp"