Fix build of OSC surface caused by missing include of i18n/gettext header
authorTim Mayberry <mojofunk@gmail.com>
Fri, 15 Jan 2016 02:14:52 +0000 (12:14 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Fri, 15 Jan 2016 02:14:52 +0000 (12:14 +1000)
libs/surfaces/osc/osc.h

index 197b0193ea48fdab1be23e4d4a0e3f8e749a040b..7f14a2e95e0a2faef1adcd7a4ac10aa3e57ae903 100644 (file)
@@ -37,6 +37,8 @@
 #include "ardour/types.h"
 #include "control_protocol/control_protocol.h"
 
+#include "i18n.h"
+
 class OSCControllable;
 class OSCRouteObserver;