diff -Nurp libtorrent-0.12.0.old/rak/functional.h libtorrent-0.12.0/rak/functional.h --- libtorrent-0.12.0.old/rak/functional.h 2008-03-09 15:28:58.000000000 +0100 +++ libtorrent-0.12.0/rak/functional.h 2008-03-09 15:32:07.000000000 +0100 @@ -37,6 +37,7 @@ #ifndef RAK_FUNCTIONAL_H #define RAK_FUNCTIONAL_H +#include #include namespace rak { diff -Nurp libtorrent-0.12.0.old/src/data/chunk.cc libtorrent-0.12.0/src/data/chunk.cc --- libtorrent-0.12.0.old/src/data/chunk.cc 2008-03-09 15:28:58.000000000 +0100 +++ libtorrent-0.12.0/src/data/chunk.cc 2008-03-09 15:33:28.000000000 +0100 @@ -36,6 +36,7 @@ #include "config.h" +#include #include #include diff -Nurp libtorrent-0.12.0.old/src/data/chunk_list.h libtorrent-0.12.0/src/data/chunk_list.h --- libtorrent-0.12.0.old/src/data/chunk_list.h 2008-03-09 15:28:58.000000000 +0100 +++ libtorrent-0.12.0/src/data/chunk_list.h 2008-03-09 15:30:40.000000000 +0100 @@ -38,6 +38,7 @@ #define LIBTORRENT_DATA_CHUNK_LIST_H #include +#include #include #include diff -Nurp libtorrent-0.12.0.old/src/net/address_list.cc libtorrent-0.12.0/src/net/address_list.cc --- libtorrent-0.12.0.old/src/net/address_list.cc 2008-03-09 15:28:58.000000000 +0100 +++ libtorrent-0.12.0/src/net/address_list.cc 2008-03-09 15:34:01.000000000 +0100 @@ -36,6 +36,8 @@ #include "config.h" +#include + #include #include "download/download_info.h" // for SocketAddressCompact diff -Nurp libtorrent-0.12.0.old/src/torrent/data/file_list_iterator.h libtorrent-0.12.0/src/torrent/data/file_list_iterator.h --- libtorrent-0.12.0.old/src/torrent/data/file_list_iterator.h 2008-03-09 15:28:58.000000000 +0100 +++ libtorrent-0.12.0/src/torrent/data/file_list_iterator.h 2008-03-09 15:29:45.000000000 +0100 @@ -37,6 +37,7 @@ #ifndef LIBTORRENT_FILE_LIST_ITERATOR_H #define LIBTORRENT_FILE_LIST_ITERATOR_H +#include #include #include diff -Nurp libtorrent-0.12.0.old/src/torrent/exceptions.cc libtorrent-0.12.0/src/torrent/exceptions.cc --- libtorrent-0.12.0.old/src/torrent/exceptions.cc 2008-03-09 15:28:58.000000000 +0100 +++ libtorrent-0.12.0/src/torrent/exceptions.cc 2008-03-09 15:32:58.000000000 +0100 @@ -37,6 +37,7 @@ #include "config.h" #include +#include #include "exceptions.h" diff -Nurp libtorrent-0.12.0.old/src/utils/diffie_hellman.cc libtorrent-0.12.0/src/utils/diffie_hellman.cc --- libtorrent-0.12.0.old/src/utils/diffie_hellman.cc 2008-03-09 15:28:58.000000000 +0100 +++ libtorrent-0.12.0/src/utils/diffie_hellman.cc 2008-03-09 15:34:35.000000000 +0100 @@ -36,6 +36,7 @@ #include "config.h" +#include #include #ifdef USE_OPENSSL