diff 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
line wrap: on
line diff
--- 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;