From 5f61409c90cae5d1dcd4086d31e690f908fbf34a Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Fri, 15 Jan 2016 12:14:52 +1000 Subject: [PATCH] Fix build of OSC surface caused by missing include of i18n/gettext header --- libs/surfaces/osc/osc.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/surfaces/osc/osc.h b/libs/surfaces/osc/osc.h index 197b0193ea..7f14a2e95e 100644 --- a/libs/surfaces/osc/osc.h +++ b/libs/surfaces/osc/osc.h @@ -37,6 +37,8 @@ #include "ardour/types.h" #include "control_protocol/control_protocol.h" +#include "i18n.h" + class OSCControllable; class OSCRouteObserver;