diff liboctave/array/Sparse-d.cc @ 29897:7c7599ad9c5a

Sparse.h: Use forward declaration for Array class * Sparse.h: Use forward declaration for Array class instead of including Array.h. * Sparse-C.cc, Sparse-b.cc, Sparse-d.cc: Include Array.h.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jul 2021 16:31:26 -0400
parents 7854d5752dd2
children 796f54d4ddbf
line wrap: on
line diff
--- a/liboctave/array/Sparse-d.cc	Tue Jul 20 22:42:05 2021 +0200
+++ b/liboctave/array/Sparse-d.cc	Tue Jul 20 16:31:26 2021 -0400
@@ -30,6 +30,7 @@
 // Instantiate Sparse matrix of double values.
 
 #include "lo-mappers.h"
+#include "Array.h"
 #include "Sparse.h"
 #include "Sparse.cc"