diff options
author | Abhinav Dronamraju | 2017-07-17 21:57:08 +0530 |
---|---|---|
committer | Abhinav Dronamraju | 2017-07-17 21:57:08 +0530 |
commit | 574ddf08c208a2d1b8c27fe29525f631816c32d5 (patch) | |
tree | fa194ffe40c78219befd002aaa224206a314a551 /src/c/matrixOperations/includes/matrix.h | |
parent | 9a70aa3ff473b7bc72d849c2cc2ecece57d4c388 (diff) | |
download | Scilab2C_fossee_old-574ddf08c208a2d1b8c27fe29525f631816c32d5.tar.gz Scilab2C_fossee_old-574ddf08c208a2d1b8c27fe29525f631816c32d5.tar.bz2 Scilab2C_fossee_old-574ddf08c208a2d1b8c27fe29525f631816c32d5.zip |
Median added
Diffstat (limited to 'src/c/matrixOperations/includes/matrix.h')
-rw-r--r-- | src/c/matrixOperations/includes/matrix.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/c/matrixOperations/includes/matrix.h b/src/c/matrixOperations/includes/matrix.h index dbb0e22..582fd22 100644 --- a/src/c/matrixOperations/includes/matrix.h +++ b/src/c/matrixOperations/includes/matrix.h @@ -16,6 +16,8 @@ #include "types.h" #include "doubleComplex.h" +#include "uint16.h" + #ifdef __cplusplus extern "C" { |