diff liboctave/boolNDArray.h @ 4650:623f6262a8e9

[project @ 2003-11-23 23:17:46 by jwe]
author jwe
date Sun, 23 Nov 2003 23:17:47 +0000
parents 7b957b442818
children 334a27c8f453
line wrap: on
line diff
--- a/liboctave/boolNDArray.h	Sun Nov 23 21:46:44 2003 +0000
+++ b/liboctave/boolNDArray.h	Sun Nov 23 23:17:47 2003 +0000
@@ -36,6 +36,8 @@
 #include "data-conv.h"
 #include "mach-info.h"
 
+#include "boolMatrix.h"
+
 class
 boolNDArray : public ArrayN<bool>
 {