From 8d0581a720dd73c7714289ae8db12455c6f5c8c7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 8 May 2010 01:20:33 +0000 Subject: Remove use of i18n macros in headers. Prevents our gettext.h being included before libintl.h, which causes failures when ENABLE_NLS is not defined (bug #3111) git-svn-id: svn://localhost/ardour2/branches/3.0@7081 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/session_object.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour/session_object.cc') diff --git a/libs/ardour/session_object.cc b/libs/ardour/session_object.cc index b85a145ac0..b15771c986 100644 --- a/libs/ardour/session_object.cc +++ b/libs/ardour/session_object.cc @@ -21,6 +21,8 @@ #include "ardour/session_object.h" #include "ardour/debug.h" +#include "i18n.h" + using namespace ARDOUR; using namespace PBD; using namespace std; -- cgit v1.2.3