From 370ff26c2bf63f48e5cc12368002a4b8ddd1fe4d Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Sat, 27 Oct 2012 22:01:08 +0200 Subject: [PATCH] LocalZynAddSubFx: added missing header include ZASF fails to build with GCC 4.7 due to missing header include. Thanks to Alexander Liebendorfer for pointing out the issue. --- plugins/zynaddsubfx/LocalZynAddSubFx.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/zynaddsubfx/LocalZynAddSubFx.cpp b/plugins/zynaddsubfx/LocalZynAddSubFx.cpp index 34663c2c3..bd270816f 100644 --- a/plugins/zynaddsubfx/LocalZynAddSubFx.cpp +++ b/plugins/zynaddsubfx/LocalZynAddSubFx.cpp @@ -24,6 +24,8 @@ #include +#include + #include "LocalZynAddSubFx.h" #include "src/Input/NULLMidiIn.h"