comparison src/vamp-sdk/FFT.cpp @ 419:55de53d7c777

Merge
author Chris Cannam
date Tue, 01 Mar 2016 12:21:23 +0000
parents 5628c5ec4000
children abdf03252c8a
comparison
equal deleted inserted replaced
418:a13635e9c440 419:55de53d7c777
36 36
37 #include <vamp-sdk/FFT.h> 37 #include <vamp-sdk/FFT.h>
38 38
39 #include <cmath> 39 #include <cmath>
40 40
41 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 5 ) 41 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 6 )
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 45 #ifdef _MSC_VER
46 #include <stdlib.h> 46 #include <stdlib.h>