Skip to content

Commit

Permalink
Merge branch 'include-types.h' into 'master'
Browse files Browse the repository at this point in the history
Make sure to include <sys/types.h> in userinfo_p.h

See merge request mer-core/nemo-qml-plugin-systemsettings!136
  • Loading branch information
pvuorela committed Mar 26, 2020
2 parents 9fbdef7 + 2684268 commit 66e08cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/userinfo_p.h
Expand Up @@ -32,6 +32,8 @@
#ifndef USERINFOPRIVATE_H
#define USERINFOPRIVATE_H

#include <sys/types.h>

#include <QObject>
#include <QString>
#include <QWeakPointer>
Expand Down

0 comments on commit 66e08cc

Please sign in to comment.