mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Add missing include for OSX
This commit is contained in:
@@ -25,6 +25,9 @@
|
||||
|
||||
#include <QCoreApplication>
|
||||
#include <QProcess>
|
||||
#ifdef Q_OS_MAC
|
||||
#include <QTimer>
|
||||
#endif
|
||||
|
||||
static QString s_macVolumePath = "/Volumes";
|
||||
|
||||
|
Reference in New Issue
Block a user