From abfdcb5439c1bc51b35dc2abd389e8c622878cd0 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 17 Mar 2015 16:30:16 +0100 Subject: fix windows + VST debug versions pthread.h needs to be included before pbd/debug.h otherwise PTW32_VERSION is not defined, bug in 831f298 --- libs/ardour/session_vst.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/session_vst.cc') diff --git a/libs/ardour/session_vst.cc b/libs/ardour/session_vst.cc index 0077fc82e4..46814ac4f1 100644 --- a/libs/ardour/session_vst.cc +++ b/libs/ardour/session_vst.cc @@ -22,8 +22,6 @@ #endif #include -#include "pbd/debug.h" - #include "ardour/audioengine.h" #include "ardour/session.h" #include "ardour/tempo.h" @@ -34,6 +32,8 @@ #include #endif +#include "pbd/debug.h" + #include "i18n.h" #define DEBUG_CALLBACKS -- cgit v1.2.3