From c6c261280bdfca77286891d045382b84761b3315 Mon Sep 17 00:00:00 2001 From: Pieter Ghysels Date: Wed, 23 Aug 2023 11:08:05 -0700 Subject: [PATCH] Possible fix for https://github.com/pghysels/STRUMPACK/issues/104 --- src/StrumpackSparseSolverMPIDist.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/StrumpackSparseSolverMPIDist.hpp b/src/StrumpackSparseSolverMPIDist.hpp index ccb53ce7..fdd231f9 100644 --- a/src/StrumpackSparseSolverMPIDist.hpp +++ b/src/StrumpackSparseSolverMPIDist.hpp @@ -36,11 +36,11 @@ #include "dense/ScaLAPACKWrapper.hpp" #include "dense/DistributedVector.hpp" #include "sparse/CSRMatrixMPI.hpp" +#include "sparse/EliminationTreeMPIDist.hpp" namespace strumpack { // forward declarations - template class EliminationTreeMPIDist; template class MatrixReorderingMPI; /**