diff liboctave/fMatrix.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/fMatrix.cc	Tue Feb 17 01:33:10 2009 -0500
+++ b/liboctave/fMatrix.cc	Tue Feb 17 08:38:00 2009 +0100
@@ -50,6 +50,7 @@
 #include "mx-fm-fdm.h"
 #include "mx-fdm-fm.h"
 #include "mx-inlines.cc"
+#include "mx-op-defs.h"
 #include "oct-cmplx.h"
 #include "oct-norm.h"
 #include "quit.h"