summaryrefslogtreecommitdiffstats
path: root/src/deck.h
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2013-11-30 19:26:03 -0500
committerRJ Ryan <rryan@mixxx.org>2013-11-30 19:26:03 -0500
commit29c199ee2548a2a78fa7823d81303baf3c45f6b3 (patch)
tree743eb8a17e7177b398c034fecf2a24702ad0fbbe /src/deck.h
parente2900db5efef3f4215ddf90c66e7d222d22b4c70 (diff)
parent4845e95acb542120191f309e050d785699730048 (diff)
Merge branch 'master' into features_effects
Diffstat (limited to 'src/deck.h')
-rw-r--r--src/deck.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/deck.h b/src/deck.h
index 222f0348bd..c21031ce10 100644
--- a/src/deck.h
+++ b/src/deck.h
@@ -1,6 +1,8 @@
#ifndef DECK_H
#define DECK_H
+#include <QObject>
+
#include "basetrackplayer.h"
class Deck : public BaseTrackPlayer {