mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-05-27 13:10:26 -04:00
Include stdint.h
in _kiss_fft_guts.h
This commit adds an `#include` directive for the standard integer header (`stdint.h`).
This commit is contained in:
parent
0bfa4d538f
commit
bd550240fa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user