Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.1
qpamat
qpamat-gcc43
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File qpamat-gcc43 of Package qpamat
From: Bernhard Walle <bernhard.walle@gmx.de> Subject: [PATCH] Add missing includes Patch-mainline: svn 474 This patch just adds a few include files and makes gcc 4.3 happy. Signed-off-by: Bernhard Walle <bwalle@suse.de> --- src/datareadwriter.cpp | 1 + src/qpamat.cpp | 2 ++ src/util/singleapplication.cpp | 1 + 3 files changed, 4 insertions(+) --- a/src/datareadwriter.cpp +++ b/src/datareadwriter.cpp @@ -17,6 +17,7 @@ */ #include <memory> #include <ctime> +#include <cstdlib> #include <QThread> #include <QFile> --- a/src/qpamat.cpp +++ b/src/qpamat.cpp @@ -15,6 +15,8 @@ * * ------------------------------------------------------------------------------------------------- */ +#include <memory> + #include <QApplication> #include <QTextDocument> #include <QAction> --- a/src/util/singleapplication.cpp +++ b/src/util/singleapplication.cpp @@ -17,6 +17,7 @@ */ #include <stdexcept> #include <csignal> +#include <cstdlib> #include <errno.h> #include <QObject>
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor