mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-03 23:52:25 +02:00
Add missing include for OSX
This commit is contained in:
parent
a314d8b638
commit
06417a2be0
@ -25,6 +25,9 @@
|
||||
|
||||
#include <QCoreApplication>
|
||||
#include <QProcess>
|
||||
#ifdef Q_OS_MAC
|
||||
#include <QTimer>
|
||||
#endif
|
||||
|
||||
static QString s_macVolumePath = "/Volumes";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user