mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 22:55:44 +01:00
Fix builds:
i18n needs to be included last, and ui_session uses localtime_r
This commit is contained in:
parent
5395a557d2
commit
e8981602f4
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue