diff options
Diffstat (limited to 'src/fft.h')
-rw-r--r-- | src/fft.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -37,6 +37,9 @@ #ifdef USE_OOURA #include "ooura/fftsg.h" #else + #ifndef __APPLE__ + #error "The target platform is not an Apple one and USE_OOURA was not defined" + #endif #include <Accelerate/Accelerate.h> #endif |