Skip to content

Commit

Permalink
Merge branch 'jb44875' into 'master'
Browse files Browse the repository at this point in the history
[systemsettings] Fix building on gcc 4.9. Fixes JB#44875

See merge request mer-core/nemo-qml-plugin-systemsettings!100
  • Loading branch information
Tomin1 committed Feb 21, 2019
2 parents f4375b5 + a671bb1 commit 42e7f11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/certificatemodel.cpp
Expand Up @@ -35,6 +35,7 @@
#include <QFile>
#include <QRegularExpression>
#include <QDebug>
#include <functional>

#include <openssl/opensslv.h>
#include <openssl/bio.h>
Expand Down
1 change: 1 addition & 0 deletions src/udisks2block_p.h
Expand Up @@ -36,6 +36,7 @@
#include <QVariantMap>
#include <QDBusConnection>
#include <QPointer>
#include <functional>

#include "udisks2defines.h"

Expand Down
1 change: 1 addition & 0 deletions src/udisks2blockdevices_p.h
Expand Up @@ -34,6 +34,7 @@

#include <QMap>
#include <QPointer>
#include <functional>

#include "udisks2block_p.h"

Expand Down

0 comments on commit 42e7f11

Please sign in to comment.