--- libtorrent-0.12.0.old/rak/functional.h 2008-03-09 15:28:58.000000000 +0100 +++ libtorrent-0.12.0.old/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 { --- libtorrent-0.12.0.old/src/data/chunk.cc 2008-03-09 15:28:58.000000000 +0100 +++ libtorrent-0.12.0.old/src/data/chunk.cc 2008-03-09 15:33:28.000000000 +0100 @@ -36,6 +36,7 @@ #include "config.h" +#include #include #include --- libtorrent-0.12.0.old/src/data/chunk_list.h 2008-03-09 15:28:58.000000000 +0100 +++ libtorrent-0.12.0.old/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 --- libtorrent-0.12.0.old/src/net/address_list.cc 2008-03-09 15:28:58.000000000 +0100 +++ libtorrent-0.12.0.old/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 --- libtorrent-0.12.0.old/src/torrent/data/file_list_iterator.h 2008-03-09 15:28:58.000000000 +0100 +++ libtorrent-0.12.0.old/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 --- libtorrent-0.12.0.old/src/torrent/exceptions.cc 2008-03-09 15:28:58.000000000 +0100 +++ libtorrent-0.12.0.old/src/torrent/exceptions.cc 2008-03-09 15:32:58.000000000 +0100 @@ -37,6 +37,7 @@ #include "config.h" #include +#include #include "exceptions.h" --- libtorrent-0.12.0.old/src/utils/diffie_hellman.cc 2008-03-09 15:28:58.000000000 +0100 +++ libtorrent-0.12.0.old/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