Skip to content
This repository was archived by the owner on Apr 28, 2022. It is now read-only.

Commit a671bb1

Browse files
committed
[systemsettings] Fix building on gcc 4.9. Fixes JB#44875
Add missing header that is needed on gcc 4.9.
1 parent f4375b5 commit a671bb1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/certificatemodel.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
#include <QFile>
3636
#include <QRegularExpression>
3737
#include <QDebug>
38+
#include <functional>
3839

3940
#include <openssl/opensslv.h>
4041
#include <openssl/bio.h>

src/udisks2block_p.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
#include <QVariantMap>
3737
#include <QDBusConnection>
3838
#include <QPointer>
39+
#include <functional>
3940

4041
#include "udisks2defines.h"
4142

src/udisks2blockdevices_p.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434

3535
#include <QMap>
3636
#include <QPointer>
37+
#include <functional>
3738

3839
#include "udisks2block_p.h"
3940

0 commit comments

Comments
 (0)