fixed incorrect include of standard header with .hpp-sufix

This commit is contained in:
Arvid Norberg 2006-10-12 20:42:58 +00:00
parent 40741a1626
commit 37541d4676
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/utility.hpp>
#include <boost/tuple/tuple.hpp>
#include <boost/array.hpp>
#include <set.hpp>
#include <set>
#include <libtorrent/kademlia/logging.hpp>