From 357361c89d4c3743ee86f9dc3a349b9e2aae658c Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 21 Sep 2018 19:05:39 +0200 Subject: Fix --no-nls (4/5), i18n include order in libs/* "i18n.h" needs to be included last (after any includes that may indirectly pull in getext or libintl etc) --- libs/ardour/transport_master.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libs/ardour/transport_master.cc') diff --git a/libs/ardour/transport_master.cc b/libs/ardour/transport_master.cc index f3aad266fe..4f7e69eaec 100644 --- a/libs/ardour/transport_master.cc +++ b/libs/ardour/transport_master.cc @@ -20,7 +20,6 @@ #include #include "pbd/debug.h" -#include "pbd/i18n.h" #include "ardour/audioengine.h" #include "ardour/midi_port.h" @@ -30,6 +29,8 @@ #include "ardour/types_convert.h" #include "ardour/utils.h" +#include "pbd/i18n.h" + namespace ARDOUR { namespace Properties { PBD::PropertyDescriptor fr2997; -- cgit v1.2.3