zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit 4e20ba3c6fda657012a1d00aacbe16860255652e
parent 919185989b23c55ed3531d53726ce5eaf6d2de16
Author: fundamental <mark.d.mccurry@gmail.com>
Date:   Thu,  7 May 2015 17:11:49 -0400

Fix Broken Test Compilation

Diffstat:
Msrc/Tests/OscilGenTest.h | 1+
Msrc/Tests/PadNoteTest.h | 1+
Msrc/Tests/SubNoteTest.h | 1+
3 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/Tests/OscilGenTest.h b/src/Tests/OscilGenTest.h @@ -22,6 +22,7 @@ #include <cxxtest/TestSuite.h> #include <string> #include "../Synth/OscilGen.h" +#include "../Misc/XMLwrapper.h" #include "../DSP/FFTwrapper.h" #include "../Misc/Util.h" #include "../globals.h" diff --git a/src/Tests/PadNoteTest.h b/src/Tests/PadNoteTest.h @@ -31,6 +31,7 @@ #include "../Misc/Master.h" #include "../Misc/Util.h" #include "../Misc/Allocator.h" +#include "../Misc/XMLwrapper.h" #include "../Synth/PADnote.h" #include "../Synth/OscilGen.h" #include "../Params/PADnoteParameters.h" diff --git a/src/Tests/SubNoteTest.h b/src/Tests/SubNoteTest.h @@ -29,6 +29,7 @@ #include "../Misc/Master.h" #include "../Misc/Allocator.h" #include "../Misc/Util.h" +#include "../Misc/XMLwrapper.h" #include "../Synth/SUBnote.h" #include "../Params/SUBnoteParameters.h" #include "../Params/Presets.h"