Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 212833
Collapse All | Expand All

(-)rtorrent-0.8.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 {
(-)rtorrent-0.8.0.old/src/command_ui.cc (+2 lines)
Lines 36-41 Link Here
36
36
37
#include "config.h"
37
#include "config.h"
38
38
39
#include <ctime>
40
39
#include <rak/functional.h>
41
#include <rak/functional.h>
40
#include <rak/functional_fun.h>
42
#include <rak/functional_fun.h>
41
#include <sigc++/adaptors/bind.h>
43
#include <sigc++/adaptors/bind.h>
(-)rtorrent-0.8.0.old/src/display/text_element_value.cc (+2 lines)
Lines 36-41 Link Here
36
36
37
#include "config.h"
37
#include "config.h"
38
38
39
#include <ctime>
40
39
#include "globals.h"
41
#include "globals.h"
40
#include "text_element_value.h"
42
#include "text_element_value.h"
41
43
(-)rtorrent-0.8.0.old/src/rpc/exec_file.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
#include <unistd.h>
41
#include <unistd.h>
41
#include <rak/path.h>
42
#include <rak/path.h>
(-)rtorrent-0.8.0.old/src/rpc/parse.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 <locale>
40
#include <locale>
40
#include <rak/path.h>
41
#include <rak/path.h>
41
#include <torrent/exceptions.h>
42
#include <torrent/exceptions.h>

Return to bug 212833