Fix builds:
i18n needs to be included last, and ui_session uses localtime_r
This commit is contained in:
parent
5395a557d2
commit
e8981602f4
@ -40,7 +40,7 @@
|
||||
#include <gtkmm/stock.h>
|
||||
|
||||
#include "pbd/basename.h"
|
||||
#include "pbd/i18n.h"
|
||||
#include "pbd/localtime_r.h"
|
||||
#include "pbd/unwind.h"
|
||||
|
||||
#include "gtkmm2ext/application.h"
|
||||
@ -70,6 +70,8 @@
|
||||
#include <fst.h>
|
||||
#endif
|
||||
|
||||
#include "pbd/i18n.h"
|
||||
|
||||
using namespace ARDOUR;
|
||||
using namespace ARDOUR_UI_UTILS;
|
||||
using namespace PBD;
|
||||
|
Loading…
Reference in New Issue
Block a user