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

(-)btg-0.9.7.old/UI/gui/errordialog.cpp (+1 lines)
Lines 21-26 Link Here
21
 */
21
 */
22
22
23
#include "errordialog.h"
23
#include "errordialog.h"
24
#include <memory>
24
25
25
namespace btg
26
namespace btg
26
{
27
{
(-)btg-0.9.7.old/UI/gui/questiondialog.cpp (+1 lines)
Lines 21-26 Link Here
21
 */
21
 */
22
22
23
#include "questiondialog.h"
23
#include "questiondialog.h"
24
#include <memory>
24
25
25
namespace btg
26
namespace btg
26
{
27
{
(-)btg-0.9.7.old/bcore/auth/hash.cpp (+1 lines)
Lines 24-29 Link Here
24
24
25
#include <sstream>
25
#include <sstream>
26
#include <iomanip>
26
#include <iomanip>
27
#include <cstring>
27
28
28
#include <bcore/helpermacro.h>
29
#include <bcore/helpermacro.h>
29
#include <bcore/os/gnutlsif.h>
30
#include <bcore/os/gnutlsif.h>
(-)btg-0.9.7.old/bcore/os/socket.cpp (+2 lines)
Lines 34-39 Link Here
34
#include <fcntl.h>
34
#include <fcntl.h>
35
}
35
}
36
36
37
#include <cstring>
38
37
namespace btg
39
namespace btg
38
{
40
{
39
   namespace core
41
   namespace core
(-)btg-0.9.7.old/bcore/os/stdin.cpp (+1 lines)
Lines 26-31 Link Here
26
{
26
{
27
#include <unistd.h>
27
#include <unistd.h>
28
}
28
}
29
#include <cstring>
29
namespace btg
30
namespace btg
30
{
31
{
31
   namespace core
32
   namespace core
(-)btg-0.9.7.old/external/ini/cdatafile.cpp (+3 lines)
Lines 42-47 Link Here
42
#include <stdarg.h>
42
#include <stdarg.h>
43
#include <fstream>
43
#include <fstream>
44
#include <float.h>
44
#include <float.h>
45
#include <climits>
46
#include <cstdlib>
47
#include <cstring>
45
48
46
#ifdef WIN32
49
#ifdef WIN32
47
#include <windows.h>
50
#include <windows.h>

Return to bug 255604