From ff5533cb4db032ad9648a563d8898492393df468 Mon Sep 17 00:00:00 2001 From: torset Date: Thu, 8 Jan 2009 14:19:27 +0000 Subject: add and remove some #include and made the modif in the makefile --- src/signalProcessing/ifft/zifftma.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/signalProcessing/ifft/zifftma.c') diff --git a/src/signalProcessing/ifft/zifftma.c b/src/signalProcessing/ifft/zifftma.c index e5288597..316d3f5b 100644 --- a/src/signalProcessing/ifft/zifftma.c +++ b/src/signalProcessing/ifft/zifftma.c @@ -12,8 +12,11 @@ #define IFFT842 1 #define DFFT2 0 +#include #include "ifft.h" -#include +#include "lapack.h" +#include "ifft_internal.h" + void zifftma ( doubleComplex* in , int rows, int cols, doubleComplex* out) { -- cgit