From: Tim Mayberry Date: Fri, 15 Jan 2016 02:14:52 +0000 (+1000) Subject: Fix build of OSC surface caused by missing include of i18n/gettext header X-Git-Tag: 4.7~345 X-Git-Url: https://main.carlh.net/gitweb/?p=ardour.git;a=commitdiff_plain;h=5f61409c90cae5d1dcd4086d31e690f908fbf34a Fix build of OSC surface caused by missing include of i18n/gettext header --- 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;