Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 212824 | Differences between
and this patch

Collapse All | Expand All

(-)libtorrent-0.12.0.old/rak/functional.h (+1 lines)
Lines 37-42 Link Here
37
#ifndef RAK_FUNCTIONAL_H
37
#ifndef RAK_FUNCTIONAL_H
38
#define RAK_FUNCTIONAL_H
38
#define RAK_FUNCTIONAL_H
39
39
40
#include <cstddef>
40
#include <functional>
41
#include <functional>
41
42
42
namespace rak {
43
namespace rak {
(-)libtorrent-0.12.0.old/src/data/chunk.cc (+1 lines)
Lines 36-41 Link Here
36
36
37
#include "config.h"
37
#include "config.h"
38
38
39
#include <cstring>
39
#include <algorithm>
40
#include <algorithm>
40
#include <functional>
41
#include <functional>
41
42
(-)libtorrent-0.12.0.old/src/data/chunk_list.h (+1 lines)
Lines 38-43 Link Here
38
#define LIBTORRENT_DATA_CHUNK_LIST_H
38
#define LIBTORRENT_DATA_CHUNK_LIST_H
39
39
40
#include <vector>
40
#include <vector>
41
#include <string>
41
#include <rak/error_number.h>
42
#include <rak/error_number.h>
42
#include <rak/functional.h>
43
#include <rak/functional.h>
43
44
(-)libtorrent-0.12.0.old/src/net/address_list.cc (+2 lines)
Lines 36-41 Link Here
36
36
37
#include "config.h"
37
#include "config.h"
38
38
39
#include <algorithm>
40
39
#include <rak/functional.h>
41
#include <rak/functional.h>
40
42
41
#include "download/download_info.h"  // for SocketAddressCompact
43
#include "download/download_info.h"  // for SocketAddressCompact
(-)libtorrent-0.12.0.old/src/torrent/data/file_list_iterator.h (+1 lines)
Lines 37-42 Link Here
37
#ifndef LIBTORRENT_FILE_LIST_ITERATOR_H
37
#ifndef LIBTORRENT_FILE_LIST_ITERATOR_H
38
#define LIBTORRENT_FILE_LIST_ITERATOR_H
38
#define LIBTORRENT_FILE_LIST_ITERATOR_H
39
39
40
#include <cstdlib>
40
#include <torrent/common.h>
41
#include <torrent/common.h>
41
#include <torrent/data/file_list.h>
42
#include <torrent/data/file_list.h>
42
43
(-)libtorrent-0.12.0.old/src/torrent/exceptions.cc (+1 lines)
Lines 37-42 Link Here
37
#include "config.h"
37
#include "config.h"
38
38
39
#include <cerrno>
39
#include <cerrno>
40
#include <cstring>
40
41
41
#include "exceptions.h"
42
#include "exceptions.h"
42
43
(-)libtorrent-0.12.0.old/src/torrent/tracker_list.h (+1 lines)
Lines 38-43 Link Here
38
#define LIBTORRENT_TRACKER_LIST_H
38
#define LIBTORRENT_TRACKER_LIST_H
39
39
40
#include <algorithm>
40
#include <algorithm>
41
#include <string>
41
#include <vector>
42
#include <vector>
42
#include <torrent/common.h>
43
#include <torrent/common.h>
43
44
(-)libtorrent-0.12.0.old/src/utils/diffie_hellman.cc (+1 lines)
Lines 36-41 Link Here
36
36
37
#include "config.h"
37
#include "config.h"
38
38
39
#include <cstring>
39
#include <string>
40
#include <string>
40
41
41
#ifdef USE_OPENSSL
42
#ifdef USE_OPENSSL

Return to bug 212824