fix “no per-thread pool” abort
[ardour.git] / libs / ardour / route_group_member.cc
index 9e2682bbb9918b09f9c868121f5611b8a4012ae1..3caa7cd1d0e8fc1db39639769ae4ddc8d4506e46 100644 (file)
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
 */
 
-
-#include "ardour/route_group.h"
+#include "ardour/libardour_visibility.h"
 #include "ardour/route_group_member.h"
 
 using namespace ARDOUR;
 
+namespace ARDOUR { class RouteGroup; }
+
 /** Set the route group; it can be set to 0 for `none' */
 void
 RouteGroupMember::set_route_group (RouteGroup *rg)