summaryrefslogtreecommitdiff
path: root/gtk2_ardour/search_path_option.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-04-23 03:34:42 +0000
committerCarl Hetherington <carl@carlh.net>2011-04-23 03:34:42 +0000
commit110311e1860d6fb18b1985ca47f33126ae69f678 (patch)
treea9a9c7067a54f8e0b14207f66db5fc4ae499e7d4 /gtk2_ardour/search_path_option.cc
parent4f9b75c8a2ba182ae0a3131352284f2ccd04193e (diff)
Re-fix compile failure with --no-nls (#3111).
git-svn-id: svn://localhost/ardour2/branches/3.0@9415 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/search_path_option.cc')
-rw-r--r--gtk2_ardour/search_path_option.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/search_path_option.cc b/gtk2_ardour/search_path_option.cc
index 84b02bf577..6716607383 100644
--- a/gtk2_ardour/search_path_option.cc
+++ b/gtk2_ardour/search_path_option.cc
@@ -17,7 +17,9 @@
*/
#include "pbd/strsplit.h"
+#include "pbd/compose.h"
#include "search_path_option.h"
+#include "i18n.h"
using namespace std;
using namespace Gtk;