changeset 7894:72c332d2db3c

add missing include in MatrixType.h
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 20 Jun 2008 09:34:55 +0200
parents eb9ccb44ea41
children f1a1f6dd7fac
files liboctave/ChangeLog liboctave/MatrixType.h
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Wed Jun 18 21:00:06 2008 +0200
+++ b/liboctave/ChangeLog	Fri Jun 20 09:34:55 2008 +0200
@@ -1,3 +1,7 @@
+2008-06-20  Jaroslav Hajek <highegg@gmail.com>
+
+	* MatrixType.h: Add missing include statement.
+
 2008-06-13  Michael Goffioul  <michael.goffioul@gmail.com>
 
 	* lo-mappers.cc (arg): Remove ambiguity about atan2(float,float) usage.
--- a/liboctave/MatrixType.h	Wed Jun 18 21:00:06 2008 +0200
+++ b/liboctave/MatrixType.h	Fri Jun 20 09:34:55 2008 +0200
@@ -24,6 +24,8 @@
 #if !defined (octave_MatrixType_h)
 #define octave_MatrixType_h
 
+#include "oct-types.h"
+
 class Matrix;
 class ComplexMatrix;
 class FloatMatrix;