From e76c17d384ceaf0cae6872cf613885193fab635e Mon Sep 17 00:00:00 2001 From: "james.k.crook@gmail.com" Date: Tue, 11 Nov 2014 16:08:17 +0000 Subject: [PATCH] Edgar's fix: Missing include file when compiled for wx3.x --- src/effects/NoiseReduction.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/effects/NoiseReduction.cpp b/src/effects/NoiseReduction.cpp index e8df7fa27..ed10062f4 100644 --- a/src/effects/NoiseReduction.cpp +++ b/src/effects/NoiseReduction.cpp @@ -55,6 +55,7 @@ #include #include #include +#include typedef std::vector FloatVector;