summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/mackie_jog_wheel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces/mackie/mackie_jog_wheel.cc')
-rw-r--r--libs/surfaces/mackie/mackie_jog_wheel.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/surfaces/mackie/mackie_jog_wheel.cc b/libs/surfaces/mackie/mackie_jog_wheel.cc
index 3cd9664fb1..8b01d7c89d 100644
--- a/libs/surfaces/mackie/mackie_jog_wheel.cc
+++ b/libs/surfaces/mackie/mackie_jog_wheel.cc
@@ -1,5 +1,7 @@
#include <cmath>
+#include <ardour/session.h>
+
#include "mackie_jog_wheel.h"
#include "mackie_control_protocol.h"
@@ -24,7 +26,7 @@ JogWheel::State JogWheel::jog_wheel_state() const
{
if ( !_jog_wheel_states.empty() )
return _jog_wheel_states.top();
- else
+ else
return scroll;
}