void-packages/srcpkgs/kde-runtime/patches/shared_ptr.patch
2016-10-10 17:00:11 +02:00

20 lines
598 B
Diff

--- kwalletd/backend/backendpersisthandler.h 2014-10-31 00:50:20.000000000 +0100
+++ kwalletd/backend/backendpersisthandler.h 2016-10-10 16:29:11.650257634 +0200
@@ -22,6 +22,7 @@
#define KWMAGIC_LEN 12
+#include <boost/shared_ptr.hpp>
#include <qwindowdefs.h>
class QFile;
class KSaveFile;
--- kwalletd/kwalletwizard.h 2014-10-31 00:50:20.000000000 +0100
+++ kwalletd/kwalletwizard.h 2016-10-10 16:38:29.298085470 +0200
@@ -19,6 +19,7 @@
#ifndef KWALLETWIZARD_H
#define KWALLETWIZARD_H
+#include <boost/shared_ptr.hpp>
#include <QWizard>
#ifdef HAVE_QGPGME
#include <gpgme++/key.h>