From c18825c8db0bedae9549c37a3b9ad347dac0609b Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 26 Oct 2008 21:16:46 +0000 Subject: [PATCH] fixed missing includes in header --- include/libtorrent/session_status.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/libtorrent/session_status.hpp b/include/libtorrent/session_status.hpp index b7f6f86c4..6054f260a 100644 --- a/include/libtorrent/session_status.hpp +++ b/include/libtorrent/session_status.hpp @@ -33,6 +33,8 @@ POSSIBILITY OF SUCH DAMAGE. #ifndef TORRENT_SESSION_STATUS_HPP_INCLUDED #define TORRENT_SESSION_STATUS_HPP_INCLUDED +#include "libtorrent/config.hpp" +#include "libtorrent/size_type.hpp" namespace libtorrent {