From e77ad86b8d7c40ff79f43c57af06fd418c781ca6 Mon Sep 17 00:00:00 2001 From: lllucius Date: Sat, 31 May 2014 12:16:38 +0000 Subject: [PATCH] Misplaced include broke Windows build... --- src/effects/VST/VSTEffect.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/effects/VST/VSTEffect.cpp b/src/effects/VST/VSTEffect.cpp index b9c15585d..54a17aaa8 100644 --- a/src/effects/VST/VSTEffect.cpp +++ b/src/effects/VST/VSTEffect.cpp @@ -44,8 +44,10 @@ #if defined(__WXMAC__) #include #include -#else +#elif defined(__WXMSW__) #include +#else +#include #endif #if defined(__WXMSW__) @@ -3134,7 +3136,6 @@ bool VSTEffect::ProcessStereo(int count, void VSTEffect::End() { } -#include bool VSTEffect::Load() {