From dee89fb98a41ce940cde023f001d4f3024d6a25e Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 7 Oct 2015 15:39:32 +0200 Subject: [PATCH] add missing include --- gtk2_ardour/route_ui.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk2_ardour/route_ui.cc b/gtk2_ardour/route_ui.cc index b22b1d2725..68d00baa2f 100644 --- a/gtk2_ardour/route_ui.cc +++ b/gtk2_ardour/route_ui.cc @@ -54,6 +54,7 @@ #include "ardour/filename_extensions.h" #include "ardour/midi_track.h" #include "ardour/internal_send.h" +#include "ardour/profile.h" #include "ardour/send.h" #include "ardour/route.h" #include "ardour/session.h" @@ -596,7 +597,7 @@ RouteUI::solo_press(GdkEventButton* ev) boost::shared_ptr rl; if (ev->button == 1) { - if (ARDOUR::Profile->get_mixbus()) && _route->route_group() { + if (ARDOUR::Profile->get_mixbus() && _route->route_group()) { rl = _route->route_group()->route_list();