Merge pull request #21 from jmcph4/fix20

Include `stdint.h` in `_kiss_fft_guts.h`
This commit is contained in:
mborgerding 2019-03-24 07:16:49 -04:00 committed by GitHub
commit a75f08488c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@
typedef struct { kiss_fft_scalar r; kiss_fft_scalar i; }kiss_fft_cpx; */
#include "kiss_fft.h"
#include <limits.h>
#include <stdint.h>
#define MAXFACTORS 32
/* e.g. an fft of length 128 has 4 factors