summaryrefslogtreecommitdiff
path: root/gtk2_ardour/shuttle_control.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2015-01-05 12:14:30 +0700
committerPaul Davis <paul@linuxaudiosystems.com>2015-09-16 16:55:17 -0400
commitf9cba95a8f9e0f5002329caff26e3d573573545e (patch)
tree3f8900380a32b13b341ac6d6e535fade9b657e17 /gtk2_ardour/shuttle_control.h
parentb8546e0b691dee2d6fe759c60e14217f29f508d5 (diff)
Add missing header include in shuttle_control.h
Diffstat (limited to 'gtk2_ardour/shuttle_control.h')
-rw-r--r--gtk2_ardour/shuttle_control.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/shuttle_control.h b/gtk2_ardour/shuttle_control.h
index cd751ebedc..ed15a12bdf 100644
--- a/gtk2_ardour/shuttle_control.h
+++ b/gtk2_ardour/shuttle_control.h
@@ -22,6 +22,7 @@
#include <gtkmm/drawingarea.h>
#include "gtkmm2ext/binding_proxy.h"
+#include "gtkmm2ext/cairo_widget.h"
#include "pbd/controllable.h"
#include "ardour/session_handle.h"