summaryrefslogtreecommitdiff
path: root/libs/ardour/session_object.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-05-08 01:20:33 +0000
committerCarl Hetherington <carl@carlh.net>2010-05-08 01:20:33 +0000
commit8d0581a720dd73c7714289ae8db12455c6f5c8c7 (patch)
tree0b9024b067f5abe53088c04f779531f72f95f271 /libs/ardour/session_object.cc
parent129ace60e24aa7b5297563d389edbae1d70a3a80 (diff)
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
Diffstat (limited to 'libs/ardour/session_object.cc')
-rw-r--r--libs/ardour/session_object.cc2
1 files changed, 2 insertions, 0 deletions
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;