1
0
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:
Uwe L. Korn 2013-06-16 11:44:48 +02:00
parent a314d8b638
commit 06417a2be0

View File

@ -25,6 +25,9 @@
#include <QCoreApplication>
#include <QProcess>
#ifdef Q_OS_MAC
#include <QTimer>
#endif
static QString s_macVolumePath = "/Volumes";