fix windows + VST debug versions

pthread.h needs to be included before pbd/debug.h
otherwise PTW32_VERSION is not defined, bug in 831f298
This commit is contained in:
Robin Gareus
2015-03-17 16:30:16 +01:00
parent 247d0493bf
commit abfdcb5439

View File

@@ -22,8 +22,6 @@
#endif
#include <cstdio>
#include "pbd/debug.h"
#include "ardour/audioengine.h"
#include "ardour/session.h"
#include "ardour/tempo.h"
@@ -34,6 +32,8 @@
#include <fst.h>
#endif
#include "pbd/debug.h"
#include "i18n.h"
#define DEBUG_CALLBACKS