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; /**