X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fhit.cc;h=e3a227d3c4167faafe8577d9673bf3f949ffbd2e;hb=4c4061359cb33011e3acab016e8e604cd413a93d;hp=42117f9addb78e0215947545ec8752eced2ae138;hpb=d283608fe9ece413838ddd7f530901e96c5bceda;p=ardour.git diff --git a/gtk2_ardour/hit.cc b/gtk2_ardour/hit.cc index 42117f9add..e3a227d3c4 100644 --- a/gtk2_ardour/hit.cc +++ b/gtk2_ardour/hit.cc @@ -17,6 +17,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include "evoral/Beats.hpp" #include "evoral/Note.hpp" #include "canvas/polygon.h" @@ -27,7 +28,7 @@ using namespace ARDOUR; using namespace ArdourCanvas; -Hit::Hit (MidiRegionView& region, Item* parent, double size, const boost::shared_ptr note, bool with_events) +Hit::Hit (MidiRegionView& region, Item* parent, double size, const boost::shared_ptr note, bool with_events) : NoteBase (region, with_events, note) { _polygon = new ArdourCanvas::Polygon (parent);