comparison src/vamp-sdk/FFT.cpp @ 340:ab8e761f3ee9

Win32 build fixes
author Chris Cannam <chris.cannam@eecs.qmul.ac.uk>
date Thu, 12 Jul 2012 14:56:22 +0100
parents d5c5a52e6c9f
children dc40fff9f20b
comparison
equal deleted inserted replaced
339:4256f0bb1549 340:ab8e761f3ee9
40 40
41 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 4 ) 41 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 4 )
42 #error Unexpected version of Vamp SDK header included 42 #error Unexpected version of Vamp SDK header included
43 #endif 43 #endif
44 44
45 #ifdef _MSC_VER
46 #include <stdlib.h>
47 #include <malloc.h>
48 #endif
49
45 _VAMP_SDK_PLUGSPACE_BEGIN(FFT.cpp) 50 _VAMP_SDK_PLUGSPACE_BEGIN(FFT.cpp)
46 51
47 namespace Vamp { 52 namespace Vamp {
48 53
49 #include "FFTimpl.cpp" 54 #include "FFTimpl.cpp"