fix windows + VST debug versions
authorRobin Gareus <robin@gareus.org>
Tue, 17 Mar 2015 15:30:16 +0000 (16:30 +0100)
committerRobin Gareus <robin@gareus.org>
Tue, 17 Mar 2015 15:30:16 +0000 (16:30 +0100)
pthread.h needs to be included before pbd/debug.h
otherwise PTW32_VERSION is not defined, bug in 831f298

libs/ardour/session_vst.cc

index 0077fc82e46566a90fa65359475b456b942c06c5..46814ac4f19564d5673a406c46bdab8474489783 100644 (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