[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 ac755057dafb0a694dcb71bc2f68dcbdad16ce0b
Author: pkienzle <pkienzle at 416fae20-06d0-4450-9b69-c6c34d4b5f03>
Date: Sat Feb 22 13:48:05 2003 +0000
missing includes
git-svn-id: https://octave.svn.sourceforge.net/svnroot/octave/trunk/octave-forge/main/symbolic@835 416fae20-06d0-4450-9b69-c6c34d4b5f03
diff --git a/op-ex-mat.cc b/op-ex-mat.cc
index 840f0c8..d31cc7a 100644
--- a/op-ex-mat.cc
+++ b/op-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 "sym-ops.h"
#include "ov-vpa.h"
#include "ov-ex.h"
diff --git a/op-ex.cc b/op-ex.cc
index 6a07fb4..3f973bf 100644
--- a/op-ex.cc
+++ b/op-ex.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 "sym-ops.h"
#include "ov-relational.h"
#include "ov-vpa.h"
diff --git a/op-vpa.cc b/op-vpa.cc
index bb50be7..02612ba 100644
--- a/op-vpa.cc
+++ b/op-vpa.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 "sym-ops.h"
#include "ov-relational.h"
#include "ov-vpa.h"
--
octave-symbolic
More information about the Pkg-octave-commit
mailing list