Mercurial > hg > octave-nkf
comparison liboctave/MatrixType.h @ 11786:9de3ccd2e7ac release-3-0-x
add missing include in MatrixType.h
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Fri, 20 Jun 2008 09:34:55 +0200 |
parents | a1dbe9d80eee |
children |
comparison
equal
deleted
inserted
replaced
11785:35d5c824f1eb | 11786:9de3ccd2e7ac |
---|---|
21 | 21 |
22 */ | 22 */ |
23 | 23 |
24 #if !defined (octave_MatrixType_h) | 24 #if !defined (octave_MatrixType_h) |
25 #define octave_MatrixType_h | 25 #define octave_MatrixType_h |
26 | |
27 #include "oct-types.h" | |
26 | 28 |
27 class Matrix; | 29 class Matrix; |
28 class ComplexMatrix; | 30 class ComplexMatrix; |
29 class SparseMatrix; | 31 class SparseMatrix; |
30 class SparseComplexMatrix; | 32 class SparseComplexMatrix; |