Change header include order to try and avoid INFINITE define on windows
This doesn't seem to be an issue with a newer version of the Mingw-w64 headers that I use (5.0.2rc2).
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <iostream>
|
||||
#include "ardour/chan_mapping.h"
|
||||
#include "ardour/types_convert.h"
|
||||
#include "ardour/chan_mapping.h"
|
||||
|
||||
#include "pbd/i18n.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user