diff options
Diffstat (limited to 'src/matrixOperations/includes/hilbert.h')
-rw-r--r-- | src/matrixOperations/includes/hilbert.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/matrixOperations/includes/hilbert.h b/src/matrixOperations/includes/hilbert.h index 8e4e857b..11c4f6bd 100644 --- a/src/matrixOperations/includes/hilbert.h +++ b/src/matrixOperations/includes/hilbert.h @@ -13,6 +13,8 @@ #ifndef __HILBERT_H__ #define __HILBERT_H__ +#include "floatComplex.h" +#include "doubleComplex.h" #include <math.h> /* ** generate an Hilbert's matrix @@ -32,3 +34,4 @@ void shilba ( float* out, int size) ; void dhilba ( double* out, int size ) ; #endif /* !__HILBERT_H__ */ + |