changeset 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 35d5c824f1eb
children 47983f21da8f
files liboctave/ChangeLog liboctave/MatrixType.h
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog
+++ b/liboctave/ChangeLog
@@ -1,3 +1,7 @@
+2008-06-20  Jaroslav Hajek <highegg@gmail.com>
+
+	* MatrixType.h: Add missing include statement.
+
 2008-05-19  David Bateman  <dbateman@free.fr>
 
 	* dSparse.cc: Replace some DGBCON with GPBCON where they are
--- a/liboctave/MatrixType.h
+++ b/liboctave/MatrixType.h
@@ -24,6 +24,8 @@
 #if !defined (octave_MatrixType_h)
 #define octave_MatrixType_h
 
+#include "oct-types.h"
+
 class Matrix;
 class ComplexMatrix;
 class SparseMatrix;