[Pkg-octave-commit] [SCM] octave-symbolic branch, master, updated. a718b53403d9f164f8c2a3df521385a01d28a11b
pkienzle
pkienzle at 416fae20-06d0-4450-9b69-c6c34d4b5f03
Mon Jan 3 03:40:35 UTC 2011
The following commit has been merged in the master branch:
commit ef1c6f57b884ee6922baac7c10a05962fd10487f
Author: pkienzle <pkienzle at 416fae20-06d0-4450-9b69-c6c34d4b5f03>
Date: Thu Mar 20 14:36:17 2003 +0000
[for David Bateman] add oct-obj.h to the include list apparently to allow
builds on gcc 3.0.4 and octave-2.1.46.
git-svn-id: https://octave.svn.sourceforge.net/svnroot/octave/trunk/octave-forge/main/symbolic@891 416fae20-06d0-4450-9b69-c6c34d4b5f03
diff --git a/ov-ex-mat.cc b/ov-ex-mat.cc
index 8d83872..30ad7b3 100644
--- a/ov-ex-mat.cc
+++ b/ov-ex-mat.cc
@@ -23,6 +23,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include <octave/ov-complex.h>
#include <octave/ov-re-mat.h>
#include <octave/ov-cx-mat.h>
+#include <octave/oct-obj.h>
#include "ov-ex.h"
#include "ov-ex-mat.h"
#include "ov-vpa.h"
--
octave-symbolic
More information about the Pkg-octave-commit
mailing list