diff --git a/debian/control b/debian/control index 3cae4a8b..d19ca917 100644 --- a/debian/control +++ b/debian/control @@ -76,7 +76,8 @@ Package: libguh1 Section: libs Architecture: any Depends: ${shlibs:Depends}, - ${misc:Depends} + ${misc:Depends}, + libqt5bluetooth5 Description: Server for home automation systems - core library guh is an open source home automation server, which allows to control a lot of different devices from many different manufacturers. With the diff --git a/plugins/deviceplugins/elgato/aveabulb.cpp b/plugins/deviceplugins/elgato/aveabulb.cpp index 66d1e222..164d4c4d 100644 --- a/plugins/deviceplugins/elgato/aveabulb.cpp +++ b/plugins/deviceplugins/elgato/aveabulb.cpp @@ -17,6 +17,7 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #ifdef BLUETOOTH_LE + #include "aveabulb.h" AveaBulb::AveaBulb(const QBluetoothDeviceInfo &deviceInfo, const QLowEnergyController::RemoteAddressType &addressType, QObject *parent) :