From 9e59948c910fb8c817874e41f45295fa59f73c81 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Wed, 16 Jul 2008 19:56:59 +0000 Subject: [PATCH] Fix building on FreeBSD --- libtorrent/bindings/python/src/peer_plugin.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libtorrent/bindings/python/src/peer_plugin.cpp b/libtorrent/bindings/python/src/peer_plugin.cpp index eaca35484..6ba48ff80 100755 --- a/libtorrent/bindings/python/src/peer_plugin.cpp +++ b/libtorrent/bindings/python/src/peer_plugin.cpp @@ -2,6 +2,9 @@ // subject to the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +#include +#include + #include #include #include