From 47efec2898f2efbca17cc6e209c8f31c4962d55c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 25 Jun 2014 08:13:04 -0400 Subject: [PATCH] add forgotten #include for actions --- gtk2_ardour/editor_ops.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc index c8d08722f6..c75a670266 100644 --- a/gtk2_ardour/editor_ops.cc +++ b/gtk2_ardour/editor_ops.cc @@ -57,6 +57,7 @@ #include "canvas/canvas.h" +#include "actions.h" #include "ardour_ui.h" #include "audio_region_view.h" #include "audio_streamview.h"