fixed include issue in entry.cpp

This commit is contained in:
Arvid Norberg 2008-03-12 04:42:51 +00:00
parent e5a98d1b7e
commit 8eced5863c
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <algorithm>
#include <iostream>
#include <iomanip>
#include <iostream>
#include "libtorrent/entry.hpp"
#include "libtorrent/config.hpp"