aboutsummaryrefslogtreecommitdiff
path: root/src/fft.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fft.h')
-rw-r--r--src/fft.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fft.h b/src/fft.h
index 9126377..22d6166 100644
--- a/src/fft.h
+++ b/src/fft.h
@@ -28,6 +28,8 @@
#include <config.h>
#endif
+#include <stdbool.h>
+
#ifdef USE_OOURA
#include "ooura/fftsg.h"
#else