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

(-)pwmanager/serializer.h.orig (+2 lines)
Lines 16-21 Link Here
16
16
17
#include <qcstring.h>
17
#include <qcstring.h>
18
#include <qdom.h>
18
#include <qdom.h>
19
#include <cstdlib>
20
19
21
20
#include <vector>
22
#include <vector>
21
23
(-)pwmanager/main.cpp.orig (+1 lines)
Lines 9-14 Link Here
9
 *                                                                         *
9
 *                                                                         *
10
 ***************************************************************************/
10
 ***************************************************************************/
11
11
12
#include <cstdlib>
12
#include <kcmdlineargs.h>
13
#include <kcmdlineargs.h>
13
#include <kaboutdata.h>
14
#include <kaboutdata.h>
14
#include <klocale.h>
15
#include <klocale.h>
(-)pwmanager/base64.h.orig (+1 lines)
Lines 44-49 Link Here
44
#ifndef __BASE64_H
44
#ifndef __BASE64_H
45
#define __BASE64_H
45
#define __BASE64_H
46
46
47
#include <cstdlib>
47
#include <string>
48
#include <string>
48
49
49
using std::string;
50
using std::string;
(-)pwmanager/compressbzip2.h.orig (+1 lines)
Lines 12-17 Link Here
12
#ifndef COMPRESSBZIP2_H
12
#ifndef COMPRESSBZIP2_H
13
#define COMPRESSBZIP2_H
13
#define COMPRESSBZIP2_H
14
14
15
#include <cstring>
15
#include <string>
16
#include <string>
16
using std::string;
17
using std::string;
17
18

Return to bug 225451