Skip to content

Commit

Permalink
Merge pull request #21 from jmcph4/fix20
Browse files Browse the repository at this point in the history
Include `stdint.h` in `_kiss_fft_guts.h`
  • Loading branch information
mborgerding authored Mar 24, 2019
2 parents 0bfa4d5 + bd55024 commit a75f084
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _kiss_fft_guts.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a75f084

Please sign in to comment.