Skip to content

Commit

Permalink
[systemsettings] Fix building on gcc 4.9. Fixes JB#44875
Browse files Browse the repository at this point in the history
Add missing header that is needed on gcc 4.9.
  • Loading branch information
Tomin1 committed Feb 21, 2019
1 parent f4375b5 commit a671bb1
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 a671bb1

Please sign in to comment.