From 86d8b54f5b5b6aa9927212009bf62b77e7129318 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 17 Jul 2008 22:27:04 +0000 Subject: [PATCH] fix build for FreeBSD --- bindings/python/src/peer_plugin.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bindings/python/src/peer_plugin.cpp b/bindings/python/src/peer_plugin.cpp index eaca35484..6ba48ff80 100644 --- a/bindings/python/src/peer_plugin.cpp +++ b/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