X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fpoint_selection.h;h=85acc90ec8fc57eb16e83d3ea191bb85608f9c3b;hb=cca8b8cda0d25459019bb10a59616fec108b825e;hp=342a6505d8ddef14607d871fdc84e7ab5012bd73;hpb=2e8f80e37a7d20deb3f138cd72c26f8c6de9d1ab;p=ardour.git diff --git a/gtk2_ardour/point_selection.h b/gtk2_ardour/point_selection.h index 342a6505d8..85acc90ec8 100644 --- a/gtk2_ardour/point_selection.h +++ b/gtk2_ardour/point_selection.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2000-2007 Paul Davis + Copyright (C) 2000-2007 Paul Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -21,10 +21,11 @@ #define __ardour_gtk_point_selection_h__ #include +#include -#include "automation_selectable.h" +#include "automation_range.h" -struct PointSelection : public std::list +struct PointSelection : public std::list { };