From 601046aa0335b1b3900ace6ec2cc3c824a480903 Mon Sep 17 00:00:00 2001 From: Hyunjin Song Date: Thu, 16 Nov 2017 00:18:03 +0900 Subject: [PATCH] Fix CAPS plugin build with some compilers (#3972) --- plugins/LadspaEffect/caps/SweepVF.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/LadspaEffect/caps/SweepVF.cc b/plugins/LadspaEffect/caps/SweepVF.cc index f97c220cf..3dab97d7e 100644 --- a/plugins/LadspaEffect/caps/SweepVF.cc +++ b/plugins/LadspaEffect/caps/SweepVF.cc @@ -28,10 +28,10 @@ 02111-1307, USA or point your web browser to http://www.gnu.org. */ -#include - #include "basics.h" +#include + #include "SweepVF.h" #include "Descriptor.h"