diff options
Diffstat (limited to 'NaiveFFT/main.c')
-rw-r--r-- | NaiveFFT/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NaiveFFT/main.c b/NaiveFFT/main.c index f8b56cd..1d71ac5 100644 --- a/NaiveFFT/main.c +++ b/NaiveFFT/main.c @@ -12,6 +12,7 @@ #include <math.h> #include <complex.h> #include <time.h> +#include <stdint.h> //data array #define DATA_SIZE (8) |