added missing include statement

This commit is contained in:
Arvid Norberg 2009-01-17 19:32:03 +00:00
parent c8a784a513
commit 8a500f4b58
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/alert.hpp"
#include <boost/thread/xtime.hpp>
#include <boost/function.hpp>
namespace libtorrent {