mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-02-02 10:36:45 +01:00
Add missing includes
This commit is contained in:
parent
434b31b932
commit
5d5860683b
@ -21,6 +21,8 @@
|
||||
#include <QObject>
|
||||
#include <QThread>
|
||||
#include <QMutexLocker>
|
||||
#include <QSqlDatabase>
|
||||
#include <QSqlQuery>
|
||||
|
||||
#include "core/logging.h"
|
||||
#include "core/database.h"
|
||||
|
@ -24,6 +24,7 @@
|
||||
|
||||
#include "radiochannel.h"
|
||||
|
||||
class QThread;
|
||||
class Database;
|
||||
|
||||
class RadioBackend : public QObject {
|
||||
|
Loading…
x
Reference in New Issue
Block a user