Fix builds:

i18n needs to be included last, and ui_session uses localtime_r
This commit is contained in:
Robin Gareus
2019-09-26 06:08:59 +02:00
parent 5395a557d2
commit e8981602f4

View File

@@ -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;