diff liboctave/dMatrix.cc @ 8774:b756ce0002db

split implementation and interface in mx-op-defs and MArray-defs
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 17 Feb 2009 08:38:00 +0100
parents 1bd918cfb6e2
children f3ff420fccf7
line wrap: on
line diff
--- a/liboctave/dMatrix.cc	Tue Feb 17 01:33:10 2009 -0500
+++ b/liboctave/dMatrix.cc	Tue Feb 17 08:38:00 2009 +0100
@@ -51,6 +51,7 @@
 #include "mx-m-dm.h"
 #include "mx-dm-m.h"
 #include "mx-inlines.cc"
+#include "mx-op-defs.h"
 #include "oct-cmplx.h"
 #include "oct-norm.h"
 #include "quit.h"