Skip to content

Commit 7bf2353

Browse files
committed
Fixed Rpi build
1 parent f1d89dc commit 7bf2353

4 files changed

Lines changed: 7 additions & 0 deletions

File tree

src/listitem/basemenulistitem.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#define BASEMENULISTITEM_H
33

44
#include <functional>
5+
#include <memory>
56

67
#include <QWidget>
78

src/screen/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ set (FORMS
5050
)
5151

5252
link_libraries(
53+
pthread
54+
5355
Maestro::Core
5456
Maestro::ListItem
5557
Maestro::Extras

src/screen/bluetoothpairscreen.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
#include "screen.h"
55

6+
#include <memory>
7+
68
#include <QtBluetooth/QBluetoothLocalDevice>
79

810
namespace Ui {

src/screen/statusbar.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
#include "datastruct.h"
55

6+
#include <memory>
7+
68
#include <QWidget>
79
#include <QtBluetooth/QBluetoothLocalDevice>
810

0 commit comments

Comments
 (0)