1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-31 19:45:31 +01:00

Fix compilation on mac and windows

This commit is contained in:
David Sansome 2011-01-22 14:13:56 +00:00
parent 45eab68ce6
commit 795a4df422

View File

@ -17,7 +17,10 @@
#include "gnomeglobalshortcutbackend.h"
#include "globalshortcuts.h"
#include "dbus/gnomesettingsdaemon.h"
#ifdef QT_DBUS_LIB
# include "dbus/gnomesettingsdaemon.h"
#endif
#include <QAction>
#include <QtDebug>