diff liboctave/int16NDArray.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 e8d953d03f6a
children eb63fbe60fab
line wrap: on
line diff
--- a/liboctave/int16NDArray.cc	Tue Feb 17 01:33:10 2009 -0500
+++ b/liboctave/int16NDArray.cc	Tue Feb 17 08:38:00 2009 +0100
@@ -26,7 +26,7 @@
 #endif
 
 #include "int16NDArray.h"
-
+#include "mx-op-defs.h"
 #include "intNDArray.cc"
 
 template class OCTAVE_API intNDArray<octave_int16>;