[app] Fixed Qt 5.6 compilation
This commit is contained in:
parent
1048d631b4
commit
d0051015c1
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2015-2016 Jolla Ltd.
|
||||
* Copyright (C) 2015-2017 Jolla Ltd.
|
||||
* Contact: Slava Monich <slava.monich@jolla.com>
|
||||
*
|
||||
* You may use this file under the terms of the BSD license as follows:
|
||||
|
@ -48,6 +48,8 @@
|
|||
#include <QTextStream>
|
||||
#include <QSocketNotifier>
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <libudev.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue