From 110311e1860d6fb18b1985ca47f33126ae69f678 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 23 Apr 2011 03:34:42 +0000 Subject: Re-fix compile failure with --no-nls (#3111). git-svn-id: svn://localhost/ardour2/branches/3.0@9415 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/panners/vbap/vbap.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libs/panners') diff --git a/libs/panners/vbap/vbap.cc b/libs/panners/vbap/vbap.cc index df1f5d0876..2f047b2342 100644 --- a/libs/panners/vbap/vbap.cc +++ b/libs/panners/vbap/vbap.cc @@ -7,6 +7,7 @@ #include #include "pbd/cartesian.h" +#include "pbd/compose.h" #include "ardour/amp.h" #include "ardour/audio_buffer.h" @@ -18,6 +19,8 @@ #include "vbap.h" #include "vbap_speakers.h" +#include "i18n.h" + using namespace PBD; using namespace ARDOUR; using namespace std; -- cgit v1.2.3